Skip to content

Commit 2df4363

Browse files
chore(deps): bump docker/build-push-action from 2 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...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 6c9ab5b commit 2df4363

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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2424
- name: build
25-
uses: docker/build-push-action@v3
25+
uses: docker/build-push-action@v5
2626
with:
2727
context: .
2828
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# branch
4343
type=ref,event=branch
4444
- name: push
45-
uses: docker/build-push-action@v2
45+
uses: docker/build-push-action@v5
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)