Skip to content

Commit 6bd74bc

Browse files
ci: bump docker/build-push-action from 3 to 5 (#65)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87c5e5b commit 6bd74bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=sha,format=long,prefix=
3939
- name: Build and push
4040
id: docker_build
41-
uses: docker/build-push-action@v3
41+
uses: docker/build-push-action@v5
4242
with:
4343
context: .
4444
file: Dockerfile

.github/workflows/test-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v2
1818
- name: Build and push
1919
id: docker_build
20-
uses: docker/build-push-action@v3
20+
uses: docker/build-push-action@v5
2121
with:
2222
context: .
2323
file: Dockerfile

0 commit comments

Comments
 (0)