Skip to content

Commit c5a7c85

Browse files
chore: bump docker/build-push-action from 5.3.0 to 6.18.0 (#64)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bc9774 commit c5a7c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build and push
5959
if: ${{ steps.dependencies.outputs.VERSION != ''}}
60-
uses: docker/build-push-action@v5.3.0
60+
uses: docker/build-push-action@v6.18.0
6161
id: build-and-push
6262
with:
6363
context: .

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Build and Push Docker Image
71-
uses: docker/build-push-action@v5.3.0
71+
uses: docker/build-push-action@v6.18.0
7272
with:
7373
context: .
7474
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)