Skip to content

Commit

Permalink
Update docker/build-push-action action to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and aclemons committed Jul 20, 2024
1 parent 4fbf207 commit e467b6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-full-15.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push by digest
id: build
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
file: full/15.0/Dockerfile
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-full-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push by digest
id: build
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
file: full/current/Dockerfile
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Build and push
if: github.event_name != 'pull_request' && steps.cache-base-tarballs.outputs.cache-hit != 'true'
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
push: true
platforms: ${{ env.docker_platforms }}
Expand All @@ -204,7 +204,7 @@ jobs:

- name: Build and test docker
if: github.event_name == 'pull_request'
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
push: false
load: false
Expand Down

0 comments on commit e467b6e

Please sign in to comment.