No need for this shim

This commit is contained in:
Adam Warner 2022-08-21 20:42:42 +01:00
parent 62ca934d07
commit f2d42a5b40
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 0 additions and 13 deletions

View File

@ -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/