Skip to content

Commit 6527c3c

Browse files
chore(deps): bump docker/build-push-action from 3 to 5
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] <[email protected]>
1 parent a9138b6 commit 6527c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
images: ${{ env.GHCR_IMAGE_NAME }}
2323
- name: build
24-
uses: docker/build-push-action@v3
24+
uses: docker/build-push-action@v5
2525
with:
2626
context: .
2727
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# semver
103103
type=semver,pattern={{version}}
104104
- name: Build images
105-
uses: docker/build-push-action@v3
105+
uses: docker/build-push-action@v5
106106
with:
107107
outputs: "type=registry,push=true"
108108
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)