Repalce PIHOLE_TAG with PIHOLE_VERSION, it isn't actually needed after all.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2021-09-12 23:43:59 +01:00
parent 944bc8eb79
commit 3942d9a740
8 changed files with 6 additions and 13 deletions

View File

@@ -59,7 +59,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/i386,linux/arm/v7
build-args: |
PIHOLE_TAG=${{ env.TAG }}
PIHOLE_VERSION=${{ env.TAG }}
push: true
tags: ${{ steps.meta.outputs.tags }}