Skip to content

Commit d1ef6e1

Browse files
committed
ci: fix image registry
1 parent 06c4ff3 commit d1ef6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: metadata
6060
uses: docker/metadata-action@v5
6161
with:
62-
images: ${{ steps.login.outputs.registry }}/${{ env.IMAGE_NAME}}
62+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
6363
tags: |
6464
type=raw,value=latest,enable=true
6565
type=raw,value={{sha}}

0 commit comments

Comments
 (0)