Skip to content

Commit 1b3c61c

Browse files
committed
Upgrade docker/build-push-action to v6
1 parent 7eccc91 commit 1b3c61c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
username: "${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
4242
password: "${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
4343
- name: Build and push container
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: compiler/base/
4747
file: compiler/base/Dockerfile

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
username: "${{ env.DOCKER_HUB_USERNAME }}"
4343
password: "${{ secrets.DOCKER_HUB_TOKEN }}"
4444
- name: Build and push container
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
context: compiler/base/
4848
file: compiler/base/Dockerfile

ci/workflows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ components:
5252

5353
- build_compiler_containers: &build_compiler_containers
5454
name: "Build and push container"
55-
uses: docker/build-push-action@v5
55+
uses: docker/build-push-action@v6
5656
with:
5757
context: compiler/base/
5858
file: compiler/base/Dockerfile

0 commit comments

Comments
 (0)