Skip to content

Commit

Permalink
Merge pull request #121 from sethforprivacy/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-6.2.0

Bump docker/build-push-action from 6.1.0 to 6.2.0
  • Loading branch information
sethforprivacy authored Jun 26, 2024
2 parents 13fd66e + 3221d10 commit a201055
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
-
name: Build x86_64 image
id: docker_build_amd64
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: false
load: true
Expand All @@ -47,7 +47,7 @@ jobs:
-
name: Build ARMv8 image
id: docker_build_arm64
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: false
load: true
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 @@ -46,7 +46,7 @@ jobs:
-
name: Build and push to Docker Hub and GitHub Packages Docker Registry
id: docker_build
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-image-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-
name: Build x86_64 image
id: docker_build_amd64
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: false
load: true
Expand All @@ -66,7 +66,7 @@ jobs:
kill -SIGINT $PID # this will return a non-zero exit code if the container dies early on
-
name: Build and push to Docker Hub and GitHub Packages Docker Registry
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
id: docker_build_push
with:
push: true
Expand Down

0 comments on commit a201055

Please sign in to comment.