Skip to content

Commit cd9ee52

Browse files
chore(deps): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...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 639f81f commit cd9ee52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: docker/setup-buildx-action@v3
4444
name: Set up Docker Buildx
4545

46-
- uses: docker/build-push-action@v4
46+
- uses: docker/build-push-action@v5
4747
with:
4848
push: false
4949
tags: pg-meta:test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
username: ${{ github.actor }}
112112
password: ${{ secrets.GITHUB_TOKEN }}
113113

114-
- uses: docker/build-push-action@v4
114+
- uses: docker/build-push-action@v5
115115
with:
116116
push: true
117117
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)