Skip to content

Commit

Permalink
Merge pull request #906 from github/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
yoannchaudet committed Feb 13, 2024
2 parents 115ae67 + fec2d29 commit c5fdc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit c5fdc5f

Please sign in to comment.