Skip to content

Commit

Permalink
Merge pull request #12 from planetary-social/pipeline-fix
Browse files Browse the repository at this point in the history
fix templating typo
  • Loading branch information
cooldracula authored Jul 8, 2023
2 parents 9335747 + e86bc9e commit cd6bee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: {{ env.REGISTRY }}/{{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch,suffix=_{{sha}}
type=raw,value=latest,enable={{is_default_branch}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-stable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: {{ env.REGISTRY }}/{{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag
type=raw,event=tag,value=stable
Expand Down

0 comments on commit cd6bee9

Please sign in to comment.