Skip to content

Commit

Permalink
Merge pull request #56 from Notifiarr/renovate/docker-setup-buildx-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
davidnewhall authored Oct 7, 2023
2 parents 9c565dd + ef28560 commit eda19fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit eda19fe

Please sign in to comment.