Skip to content

Commit 10738a7

Browse files
dependabot[bot]djdefi
authored andcommitted
Bump docker/build-push-action from 5.3.0 to 5.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b981203 commit 10738a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/docker/build-push-action
7070
- name: Build and push Docker image
7171
id: build-and-push
72-
uses: docker/build-push-action@v5.3.0
72+
uses: docker/build-push-action@v5.4.0
7373
with:
7474
context: .
7575
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)