Skip to content

Commit

Permalink
Merge pull request sethforprivacy#59 from sethforprivacy/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/docker/setup-buildx-action-3.0.0

Bump docker/setup-buildx-action from 2.10.0 to 3.0.0
  • Loading branch information
sethforprivacy committed Sep 14, 2023
2 parents e4dec7a + d223a8e commit 059bbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
platforms: linux/arm64
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
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 @@ -23,7 +23,7 @@ jobs:
platforms: linux/arm64
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
Expand Down

0 comments on commit 059bbb1

Please sign in to comment.