diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/dev.yaml similarity index 77% rename from .forgejo/workflows/demo.yaml rename to .forgejo/workflows/dev.yaml index 46ce247..ed9346a 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/dev.yaml @@ -18,8 +18,6 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - # - name: Set up QEMU - # uses: https://github.com/docker/setup-qemu-action@v3 - name: Check out the repo uses: https://github.com/actions/checkout@v4 - name: Set up Docker Buildx @@ -28,9 +26,6 @@ jobs: driver-opts: | network=host config: .forgejo/build_configs/buildkitd.toml - # - name: Print Some Debugging Info - # shell: /bin/ash -e {0} - # run: cat /tmp/docker-actions*/* - name: Login to docker repo uses: docker/login-action@v3 with: @@ -42,4 +37,4 @@ jobs: with: context: . push: true - tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }} + tags: forgejo.merr.is/${{ github.repository }}:build.${{ github.run_number }}