File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818jobs :
1919 cicd :
2020 name : Build and Deploy to Azure Web App
21-
2221 runs-on : ubuntu-latest
23-
2422 steps :
2523 # Checkout the repo
2624 - uses : actions/checkout@v4
@@ -71,10 +69,12 @@ jobs:
7169 - name : logout
7270 run : |
7371 az logout
74-
75- - uses : advanced-security/reusable-workflows/.github/workflows/container.yml@v0.2.0
76- continue-on-error : true
77- with :
78- # This is used for tagging the container image
79- version : v1.0.0
80- container-file : ./src/webapp01/Dockerfile
72+
73+ container-build-publish :
74+ name : Build and Publish Container Image
75+ needs : []
76+ uses : advanced-security/reusable-workflows/.github/workflows/container.yml@v0.2.0
77+ with :
78+ # This is used for tagging the container image
79+ version : v1.0.0
80+ container-file : ./src/webapp01/Dockerfile
You can’t perform that action at this time.
0 commit comments