Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Mar 27, 2023
1 parent 63e31eb commit 0a4965a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ env.IMAGE_REGISTRY }}/relay-proxy
${{ env.IMAGE_REGISTRY }}/smartlook/relay-proxy
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
images: |
'smartlook/relay-proxy'
${{ env.IMAGE_REGISTRY }}/relay-proxy
${{ env.IMAGE_REGISTRY }}/smartlook/relay-proxy
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 0a4965a

Please sign in to comment.