We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a5d7d commit c0f11a1Copy full SHA for c0f11a1
1 file changed
.github/workflows/docker.yml
@@ -40,7 +40,7 @@ jobs:
40
push: ${{ github.event_name == 'push' }}
41
platforms: linux/amd64,linux/arm64
42
tags: ${{ steps.meta_commit.outputs.tags }}
43
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta_commit.outputs.labels }}
44
45
- name: Docker meta for Release image
46
id: meta_release
@@ -54,7 +54,7 @@ jobs:
54
- name: Push Release image to DockerHub
55
uses: docker/build-push-action@v2
56
with:
57
- push: ${{ github.event_name == 'tag' }}
+ push: ${{ github.event_name == 'release' }}
58
59
tags: ${{ steps.meta_release.outputs.tags }}
60
+ labels: ${{ steps.meta_release.outputs.labels }}
0 commit comments