mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 00:39:56 +01:00
No need for this shim
This commit is contained in:
13
.github/workflows/test-and-build.yaml
vendored
13
.github/workflows/test-and-build.yaml
vendored
@@ -97,19 +97,6 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
if: github.event_name != 'schedule'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./src/
|
||||
platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6
|
||||
build-args: |
|
||||
PIHOLE_DOCKER_TAG=${{ steps.meta.outputs.version }}
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
-
|
||||
name: Build and push
|
||||
if: github.event_name == 'schedule'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./src/
|
||||
|
||||
Reference in New Issue
Block a user