Skip to content

Commit

Permalink
fix(env): try and fix the environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent b133669 commit 19187e3
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: ${{ env.GITHUB_REPOSITORY }}
images: ${{ github.repository }}
tags: |
type=semver,pattern={{version}},value=${{ steps.release.outputs.release-version }}
type=ref,event=branch
Expand Down

0 comments on commit 19187e3

Please sign in to comment.