Skip to content

Commit

Permalink
Merge pull request #20 from aleksanderbl29/renovate/docker-setup-qemu…
Browse files Browse the repository at this point in the history
…-action-3.x
  • Loading branch information
aleksanderbl29 authored Sep 12, 2023
2 parents 95e1265 + d59aa9f commit ff993e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo release=$(curl --silent "https://api.github.com/repos/aleksanderbl29/docker-pihole-unbound/releases/latest" | jq -r '.tag_name' ) >> $GITHUB_OUTPUT

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
if: ${{ steps.latest_release.outputs.release != steps.previous_release.outputs.release }}

- name: Set up Docker Buildx
Expand Down

0 comments on commit ff993e1

Please sign in to comment.