Skip to content

Commit 653f246

Browse files
committed
Update container name in CI/CD workflow to include repository context
1 parent b09fe25 commit 653f246

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)