Skip to content

Commit 2ce8add

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 d6e62c0 commit 2ce8add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
flavor: latest=true
7979

8080
- name: Build and push Docker image
81-
uses: docker/build-push-action@v5
81+
uses: docker/build-push-action@v6
8282
with:
8383
context: .
8484
platforms: linux/amd64

.github/workflows/build-optimized-corsika.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
flavor: latest=true
6666

6767
- name: Build and push Docker image
68-
uses: docker/build-push-action@v5
68+
uses: docker/build-push-action@v6
6969
with:
7070
context: .
7171
platforms: linux/amd64

0 commit comments

Comments
 (0)