Skip to content

Commit efe610f

Browse files
Test
1 parent 6721083 commit efe610f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/back-end-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: docker build -f 'FrontEndBackEndDemo.Api/Dockerfile' -t 45862391/frontendbackenddemo-backend:1.0.2 .
2929

3030
github-docker-push:
31-
if: ${{ github.event_name == 'push' }}
31+
#if: ${{ github.event_name == 'push' }}
3232
name: GitHub docker push
3333
runs-on: ubuntu-latest
3434
needs: build

.github/workflows/front-end-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: docker build -f 'FrontEndBackEndDemo.Web/Dockerfile' -t docker.pkg.github.com/arnab-developer/frontendbackenddemo/frontend:1.0.2 .
2929

3030
github-docker-push:
31-
if: ${{ github.event_name == 'push' }}
31+
#if: ${{ github.event_name == 'push' }}
3232
name: GitHub docker push
3333
runs-on: ubuntu-latest
3434
needs: build

0 commit comments

Comments
 (0)