Skip to content

Commit

Permalink
fix vars instead of env being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Sep 15, 2023
1 parent 43d0dd7 commit e7f44cc
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 e7f44cc

Please sign in to comment.