Skip to content

Commit

Permalink
Merge pull request #143 from sethforprivacy/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dependency-updates-2e90baafb9

Bump docker/setup-buildx-action from 3.7.0 to 3.7.1 in the dependency-updates group
  • Loading branch information
sethforprivacy authored Oct 7, 2024
2 parents 225e5b8 + 162b19c commit 811d219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
platforms: linux/arm64
-
name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
-
name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
platforms: linux/arm64
-
name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
-
name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-image-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
platforms: linux/arm64
-
name: Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
-
name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 811d219

Please sign in to comment.