Skip to content

Commit

Permalink
Update docker/build-push-action digest to 4b0752a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent cdd16c9 commit 08b5aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Build and push Docker image
if: steps.changed_files.outputs.any_modified == 'true'
uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153
uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613
with:
context: dockerbuild
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
type=ref,event=branch
- name: Build and push Docker image
uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153
uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613
with:
context: dockerbuild
push: true
Expand Down

0 comments on commit 08b5aa4

Please sign in to comment.