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 ca952a0 commit b133669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
additional:
- generated-docker-*

files:
- '!README.md'
Expand Down
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: ${{ env.GITHUB_REPOSITORY }}
tags: |
type=semver,pattern={{version}},value=${{ steps.release.outputs.release-version }}
type=ref,event=branch
Expand Down

0 comments on commit b133669

Please sign in to comment.