Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn authored and uriziv1 committed Sep 8, 2024
1 parent 8c87ad7 commit 9546e3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/iso-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:

# Setup for buildx
- name: set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v3

# Debugging information
- name: docker info
Expand All @@ -70,7 +70,7 @@ jobs:
# Build and (optionally) push the operator image
- name: build the operator image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -91,7 +91,7 @@ jobs:
# Build and (optionally) push the operator bundle image
- name: build the operator bundle image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
file: ./bundle.Dockerfile
Expand All @@ -101,7 +101,7 @@ jobs:

# Build and (optionally) push the operator must gather image
- name: build the operator must gather image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: ./must-gather
file: ./must-gather/Dockerfile
Expand Down

0 comments on commit 9546e3c

Please sign in to comment.