mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
adjust gh action because versions tagging is done in dockerfile
Signed-off-by: LizenzFass78851 <82592556+LizenzFass78851@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/build-and-publish.yml
vendored
7
.github/workflows/build-and-publish.yml
vendored
@@ -20,11 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64]
|
platform: [linux/amd64, linux/386, linux/arm/v6, linux/arm/v7, linux/arm64, linux/riscv64]
|
||||||
alpine_version: [3.19]
|
|
||||||
include:
|
|
||||||
- platform: linux/riscv64
|
|
||||||
alpine_version: edge
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare name for digest up/download
|
- name: Prepare name for digest up/download
|
||||||
@@ -81,7 +77,6 @@ jobs:
|
|||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
build-args: |
|
build-args: |
|
||||||
PIHOLE_DOCKER_TAG=${{ steps.meta.outputs.version }}
|
PIHOLE_DOCKER_TAG=${{ steps.meta.outputs.version }}
|
||||||
alpine_version=${{ matrix.alpine_version }}
|
|
||||||
FTL_BRANCH=${{ env.components_branch }}
|
FTL_BRANCH=${{ env.components_branch }}
|
||||||
CORE_BRANCH=${{ env.components_branch }}
|
CORE_BRANCH=${{ env.components_branch }}
|
||||||
WEB_BRANCH=${{ env.components_branch }}
|
WEB_BRANCH=${{ env.components_branch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user