Skip to content

Commit

Permalink
fix(ci): hard code the value temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent be425b8 commit 7a01d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: meta
uses: crazy-max/ghaction-docker-meta@v3
with:
images: $GITHUB_REPOSITORY
images: hutchic/template-docker
tags: |
type=semver,pattern={{version}},value=${{ steps.release.outputs.release-version }}
type=ref,event=branch
Expand Down

0 comments on commit 7a01d46

Please sign in to comment.