From 653f246a15397ba319846210b5dc430989324a76 Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Mon, 21 Apr 2025 22:52:18 -0400 Subject: [PATCH] Update container name in CI/CD workflow to include repository context --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f236485..aab3ad0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -83,4 +83,4 @@ jobs: version: v1.0.0 container-file: ./src/webapp01/Dockerfile container-context: ./src/webapp01 - container-name: webapp01 \ No newline at end of file + container-name: "${{ github.repository }}/webapp01" \ No newline at end of file