We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe610f commit 4704f7cCopy full SHA for 4704f7c
.github/workflows/back-end-ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
run: docker build -f 'FrontEndBackEndDemo.Api/Dockerfile' -t 45862391/frontendbackenddemo-backend:1.0.2 .
29
30
github-docker-push:
31
- #if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' }}
32
name: GitHub docker push
33
runs-on: ubuntu-latest
34
needs: build
.github/workflows/front-end-ci-cd.yml
run: docker build -f 'FrontEndBackEndDemo.Web/Dockerfile' -t docker.pkg.github.com/arnab-developer/frontendbackenddemo/frontend:1.0.2 .
0 commit comments