Skip to content

Commit

Permalink
Fix GitHub Action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anze committed Nov 18, 2020
1 parent 1f622b7 commit 3a3f4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
install: false

- name: Deploy to Docker Hub - ARMv7
- name: Deploy to Docker Hub - multiplatform
if: success() && startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_REF_TAG: ${{ github.ref }}
Expand Down

0 comments on commit 3a3f4af

Please sign in to comment.