Skip to content

Commit

Permalink
tweak publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neochrome committed Aug 23, 2021
1 parent 6afc5eb commit 7460ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: publish

on:
release:
types:
- released

jobs:

Expand Down Expand Up @@ -46,7 +48,6 @@ jobs:
uses: docker/[email protected]

- name: Login to Docker Hub
if: ${{ github.action == 'released' }}
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand All @@ -61,7 +62,6 @@ jobs:
linux/arm64
linux/arm/v7
linux/arm/v6
push: ${{ github.action == 'released' }}
tags: ${{ steps.build-args.outputs.tags }}
labels: |
version=${{ steps.build-args.outputs.version }}
Expand Down

0 comments on commit 7460ab9

Please sign in to comment.