Skip to content

Commit 6da3a8a

Browse files
committed
fix: need double braces in workflow yml. drop labels from docker image.
1 parent 2723f86 commit 6da3a8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
8787
with:
8888
images: |
89-
${github.repository_owner}/${{ env.IMAGE_NAME }}
89+
${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
9090
tags: |
9191
type=sha
9292
type=raw,value=latest,enable={{is_default_branch}}
@@ -107,4 +107,3 @@ jobs:
107107
file: ${{ matrix.tool }}/Dockerfile
108108
push: ${{ github.ref == 'refs/heads/main' }}
109109
tags: ${{ steps.meta.outputs.tags }}
110-
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)