mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
ci: Make docker image deploy only run after build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user