Skip to content

Commit

Permalink
Merge pull request #97 from tuxpeople/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3.3.0

chore(ci): bump docker/setup-buildx-action from 3.0.0 to 3.3.0
  • Loading branch information
tuxpeople authored Aug 5, 2024
2 parents f49c243 + e875042 commit 745b4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/[email protected]
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.3.0
-
name: Build and push
id: docker_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/[email protected]
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.3.0
-
name: Login to Quay.io
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 745b4ea

Please sign in to comment.