Skip to content

Commit 05c4822

Browse files
authored
Merge pull request #535 from rdavydov/dependabot/github_actions/docker/build-push-action-5.4.0
Bump docker/build-push-action from 5.3.0 to 5.4.0
2 parents 433932b + dd0d544 commit 05c4822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Build and push AMD64, ARM64, ARMv7
4040
id: docker_build
41-
uses: docker/build-push-action@v5.3.0
41+
uses: docker/build-push-action@v5.4.0
4242
with:
4343
context: .
4444
push: true

0 commit comments

Comments
 (0)