Skip to content

Commit

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

Bump docker/build-push-action from 6.4.0 to 6.4.1
  • Loading branch information
sethforprivacy authored Jul 18, 2024
2 parents 97200d0 + 5fa647d commit 874e687
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.4.0
uses: docker/build-push-action@v6.4.1
with:
push: false
load: true
Expand All @@ -48,7 +48,7 @@ jobs:
-
name: Build ARMv8 image
id: docker_build_arm64
uses: docker/build-push-action@v6.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
id: docker_build_push
with:
push: true
Expand Down

0 comments on commit 874e687

Please sign in to comment.