Skip to content

Commit 927659e

Browse files
authored
Merge pull request #142 from rust-lang/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents e3a5207 + 69ae1cb commit 927659e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
3737
REPOSITORY: bors
3838
IMAGE_TAG: latest
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
@@ -74,7 +74,7 @@ jobs:
7474
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
7575
REPOSITORY: bors
7676
IMAGE_TAG: latest
77-
uses: docker/build-push-action@v4
77+
uses: docker/build-push-action@v6
7878
with:
7979
context: .
8080
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v4
8383
- uses: docker/setup-buildx-action@v2
8484
- name: Build the Docker image
85-
uses: docker/build-push-action@v4
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: .
8888
cache-from: type=gha

0 commit comments

Comments
 (0)