ci: Make docker image deploy only run after build

This commit is contained in:
WerWolv
2026-01-10 14:12:02 +01:00
parent d9eb01b526
commit 5b01d23ed7

View File

@@ -1277,9 +1277,11 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: .github/scripts/delete-artifact.sh github-pages
docker-image-deploy:
webassembly-docker-image-deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs: webassembly-build
name: 🐋 Deploy to ghcr.io
permissions:
contents: read
packages: write