mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-12 09:53:59 +01:00
Merge pull request #132 from Zozman/addPushToAction
Added `push=true` to docker build output
This commit is contained in:
commit
8fd83b38f2
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
|
||||
--output=type=registry \
|
||||
--output=type=registry,push=true \
|
||||
--tag ekofr/pihole-exporter:${{ steps.get_version.outputs.TAG_NAME }} \
|
||||
.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user