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

@@ -56,7 +56,6 @@ jobs:
CORE_VERSION=development
WEB_VERSION=devel
FTL_VERSION=development
PIHOLE_TAG=nightly
PIHOLE_VERSION=nightly
push: true
tags: |

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 }}

View File

@@ -67,7 +67,6 @@ jobs:
CORE_VERSION=${{ github.event.inputs.core }}
WEB_VERSION=${{ github.event.inputs.web }}
FTL_VERSION=${{ github.event.inputs.ftl }}
PIHOLE_TAG=${{ github.event.inputs.name }}
PIHOLE_VERSION=${{ github.event.inputs.name }}
push: true
tags: |