Skip to content

Commit 0cd14a0

Browse files
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#197)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6ffe95 commit 0cd14a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Build and push Docker image with Buildx (don't push on PR)
8585
# https://github.com/docker/build-push-action
8686
- name: Build and push Docker image
87-
uses: docker/build-push-action@v5.3.0
87+
uses: docker/build-push-action@v5.4.0
8888
with:
8989
context: .
9090
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)