Skip to content

Commit 7a0cbf7

Browse files
Update docker/build-push-action action to v5.4.0 (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7508c32 commit 7a0cbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# https://github.com/docker/build-push-action
7171
- name: Build and push Docker image
7272
id: build-and-push
73-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
73+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
7474
with:
7575
context: .
7676
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)