Skip to content

Commit

Permalink
Merge pull request #1052 from ademariag/fix-docker-repo
Browse files Browse the repository at this point in the history
Use correct upstream docker org
  • Loading branch information
ademariag committed Sep 15, 2023
2 parents 50a4596 + ced87dc commit 43d0dd7
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 @@ -155,7 +155,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 @@ -211,7 +211,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 43d0dd7

Please sign in to comment.