mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-19 16:31:01 +01:00
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:
1
.github/workflows/nightly-build.yml
vendored
1
.github/workflows/nightly-build.yml
vendored
@@ -56,7 +56,6 @@ jobs:
|
||||
CORE_VERSION=development
|
||||
WEB_VERSION=devel
|
||||
FTL_VERSION=development
|
||||
PIHOLE_TAG=nightly
|
||||
PIHOLE_VERSION=nightly
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
1
.github/workflows/test-and-build.yaml
vendored
1
.github/workflows/test-and-build.yaml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/workflow_dispatch.yml
vendored
1
.github/workflows/workflow_dispatch.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user