Skip to content

Commit

Permalink
Merge pull request #142 from rust-lang/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
Kobzol authored Sep 3, 2024
2 parents e3a5207 + 69ae1cb commit 927659e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: bors
IMAGE_TAG: latest
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: bors
IMAGE_TAG: latest
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha
Expand Down

0 comments on commit 927659e

Please sign in to comment.