1 parent cead5e3 commit 6540356Copy full SHA for 6540356
1 file changed
.github/workflows/publish-ghcr.yml
@@ -46,6 +46,7 @@ jobs:
46
deploy:
47
needs: build
48
runs-on: ubuntu-latest
49
+ environment: production
50
# Only deploy if build succeeded
51
if: ${{ needs.build.result == 'success' && github.ref == 'refs/heads/main' }}
52
0 commit comments