Skip to content

Commit

Permalink
Merge branch 'master' into more-build-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag authored Sep 15, 2023
2 parents 77b8309 + 43d0dd7 commit 5966d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down Expand Up @@ -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) }}
Expand Down

0 comments on commit 5966d2d

Please sign in to comment.