We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2723f86 commit 6da3a8aCopy full SHA for 6da3a8a
.github/workflows/docker-build.yml
@@ -86,7 +86,7 @@ jobs:
86
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
87
with:
88
images: |
89
- ${github.repository_owner}/${{ env.IMAGE_NAME }}
+ ${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
90
tags: |
91
type=sha
92
type=raw,value=latest,enable={{is_default_branch}}
@@ -107,4 +107,3 @@ jobs:
107
file: ${{ matrix.tool }}/Dockerfile
108
push: ${{ github.ref == 'refs/heads/main' }}
109
tags: ${{ steps.meta.outputs.tags }}
110
- labels: ${{ steps.meta.outputs.labels }}
0 commit comments