Skip to content

Commit

Permalink
Merge pull request #24 from cmahnke/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3.1.0
  • Loading branch information
cmahnke authored Feb 27, 2024
2 parents 5477e2a + 44b69db commit c20ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.1.0
- name: Push to GitHub Packages
uses: docker/[email protected]
with:
Expand Down

0 comments on commit c20ff05

Please sign in to comment.