diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 9017fc8..3d916ce 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,9 +18,9 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - # - name: Print Some Debugging Info - # shell: /bin/ash -e {0} - # run: cat /etc/hosts + - name: Print Some Debugging Info + shell: /bin/ash -e {0} + run: cat /etc/resolv.conf - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to docker repo @@ -34,8 +34,6 @@ jobs: - name: Build and push the image uses: https://github.com/docker/build-push-action@v5 with: - add-hosts: | - forgejo.merr.is:10.42.10.53 context: . push: true tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}