Make amd and arm tagging consistent
This commit is contained in:
parent
fc70035d93
commit
0bcc3d8023
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -39,5 +39,5 @@ jobs:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: ekofr/pihole-exporter
|
repository: ekofr/pihole-exporter
|
||||||
tag_with_sha: true
|
tag_with_sha: true
|
||||||
tags: armv64
|
tags: arm64
|
||||||
build_args: OS=linux,ARCH=arm64
|
build_args: OS=linux,ARCH=arm64
|
||||||
|
|
Loading…
Reference in a new issue