Skip to content

Commit

Permalink
fixup: added missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen authored and hoangdat committed Aug 28, 2023
1 parent d6b679d commit 4e9b70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
{{ github.repository_owner }}/twake-web
${{ github.repository_owner }}/twake-web
ghcr.io/${{ github.repository_owner }}/twake-web
tags: |
type=ref,event=branch
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
{{ github.repository_owner }}/twake-web
${{ github.repository_owner }}/twake-web
ghcr.io/${{ github.repository_owner }}/twake-web
tags: |
type=ref,event=tag
Expand Down

0 comments on commit 4e9b70f

Please sign in to comment.