diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14a840096..e1c53c95e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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