Skip to content

Commit b1a3c7d

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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>
1 parent 92de030 commit b1a3c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Build Docker image
16-
uses: docker/build-push-action@v5
16+
uses: docker/build-push-action@v6
1717
with:
1818
context: .
1919
tags: ${{ github.repository }}:test

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
type=raw,value=${{ matrix.env }}-{{ date 'YYYYMMDDThhmmss' }}
5959
6060
- name: Build and push Docker image
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)