Skip to content

Commit

Permalink
Merge pull request #1054 from ademariag/fix-var
Browse files Browse the repository at this point in the history
fix vars instead of env being used
  • Loading branch information
ademariag committed Sep 15, 2023
2 parents 43d0dd7 + e7f44cc commit b62e69c
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_REPOSITORY }}/kapitan
name=${{ vars.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_REPOSITORY }}/kapitan
name=${{ vars.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 b62e69c

Please sign in to comment.