Skip to content

Commit 3a3f4af

Browse files
author
Anze
committed
Fix GitHub Action name
1 parent 1f622b7 commit 3a3f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
install: false
2626

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

0 commit comments

Comments
 (0)