Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta_commit.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta_commit.outputs.labels }}

- name: Docker meta for Release image
id: meta_release
@@ -54,7 +54,7 @@ jobs:
- name: Push Release image to DockerHub
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name == 'tag' }}
push: ${{ github.event_name == 'release' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta_release.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta_release.outputs.labels }}

0 comments on commit c0f11a1

Please sign in to comment.