Skip to content

Commit a96b265

Browse files
committed
fix images input
1 parent df40f17 commit a96b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: meta
3434
uses: docker/metadata-action@v5
3535
with:
36-
images: ${{ steps.base_image_name.outputs.image_name }}
36+
images: ${{ env.REGISTRY }}/${{ github.repository }}
3737
tags: |
3838
type=raw,value=latest,enable={{is_default_branch}}
3939
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}

0 commit comments

Comments
 (0)