diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index da59efed5..d9478c03c 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -157,7 +157,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - name=${{ env.DOCKERHUB_USERNAME }}/kapitan + name=${{ env.DOCKERHUB_REPOSITORY }}/kapitan # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} @@ -213,7 +213,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - name=${{ env.DOCKERHUB_USERNAME }}/kapitan + name=${{ env.DOCKERHUB_REPOSITORY }}/kapitan # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}