Skip to content

Commit

Permalink
Merge pull request #12 from derogab/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
2 parents d41bfd6 + 3bb0daa commit 1aef920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up 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 Expand Up @@ -113,7 +113,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up 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 1aef920

Please sign in to comment.