Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and liias committed Sep 22, 2023
1 parent 49ef6ee commit ab2f87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
install: true
- name: Build cross builder image for x86_64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./cross/
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -27,7 +27,7 @@ jobs:
cache-to: type=gha,scope=x86_64,mode=max
load: true # load the created image into docker, so cross can find it
- name: Build cross builder image for aarch64
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./cross/
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -38,7 +38,7 @@ jobs:
cache-to: type=gha,scope=aarch64,mode=max
load: true # load the created image into docker, so cross can find it
- name: Build cross builder image for armv7
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./cross/
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit ab2f87b

Please sign in to comment.