Skip to content

Commit 46e916d

Browse files
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#1151)
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 f92af16 commit 46e916d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
password: ${{ secrets.DOCKER_PASSWORD }}
166166
- name: Build and push
167167
id: docker_build
168-
uses: docker/build-push-action@v5.3.0
168+
uses: docker/build-push-action@v5.4.0
169169
with:
170170
context: .
171171
platforms: linux/amd64,linux/arm64
@@ -213,7 +213,7 @@ jobs:
213213
password: ${{ secrets.DOCKER_PASSWORD }}
214214
- name: Build and push
215215
id: docker_build
216-
uses: docker/build-push-action@v5.3.0
216+
uses: docker/build-push-action@v5.4.0
217217
with:
218218
context: .
219219
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)