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