Skip to content

Commit fb76153

Browse files
authored
Merge pull request #41 from githubabcs-devops/feature/update20
Update container name in CI/CD workflow to include repository context
2 parents b09fe25 + 653f246 commit fb76153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
version: v1.0.0
8484
container-file: ./src/webapp01/Dockerfile
8585
container-context: ./src/webapp01
86-
container-name: webapp01
86+
container-name: "${{ github.repository }}/webapp01"

0 commit comments

Comments
 (0)