diff --git a/.github/workflows/pihole.yml b/.github/workflows/pihole.yml index 716e3e1..32a1d4b 100644 --- a/.github/workflows/pihole.yml +++ b/.github/workflows/pihole.yml @@ -35,13 +35,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: install jq and get latest version - run: sudo apt update && sudo apt install -y curl jq - - - name: set version - run: env.VERSION=$( - + - name: build pihole $VERSION run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=${{ env.VERSION }} run-pihole -t boostchicken/pihole:latest -t boostchicken:/pihole:${{ env.VERSION }} --push