Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 4 to 5 (#864)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Oct 10, 2023
2 parents 4008b7e + 55b0d74 commit c1d3401
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/base-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.REG_TOKEN }}

- name: Build OCI image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
file: ./buildenvs/qemu.Dockerfile
Expand All @@ -55,7 +55,7 @@ jobs:
path: /tmp/qemu-${{ matrix.QEMU_VERSION }}.tar

- name: Push OCI Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ github.event_name == 'push' }}
with:
push: true
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.REG_TOKEN }}

- name: Build OCI image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -103,7 +103,7 @@ jobs:
path: /tmp/myself.tar

- name: Push OCI Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ github.event_name == 'push' }}
with:
push: true
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
for I in /tmp/*.tar; do docker load --input "${I}"; done
- name: Build OCI image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
file: ./buildenvs/base.Dockerfile
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
for I in /tmp/*.tar; do docker load --input "${I}"; done
- name: Build OCI image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -209,7 +209,7 @@ jobs:
path: /tmp/base-golang.tar

- name: Push OCI Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ github.event_name == 'push' }}
with:
push: true
Expand Down

0 comments on commit c1d3401

Please sign in to comment.