Skip to content

Commit

Permalink
fix(ci): adjust the environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent 2ceeaac commit be425b8
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 be425b8

Please sign in to comment.