We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a8c8b commit 6700a18Copy full SHA for 6700a18
.github/workflows/docker.yaml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
image: ${{ env.IMAGE_NAME }}
50
tags: ${{ steps.meta.outputs.tags }}
51
- labels: ${{ steps.meta.outputs.labels
+ labels: ${{ steps.meta.outputs.labels }}
52
context: .
53
platforms: linux/${{ matrix.platform }}
54
containerfiles: |
0 commit comments