Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(ci): Use Docker to pull base image
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed May 13, 2024
1 parent 37fd221 commit 04daac6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v4

- name: Setup qemu
uses: docker/setup-qemu-action@v3

- name: Setup buildx
uses: docker/setup-buildx-action@v3

- name: Matrix Variables
shell: bash
run: |
Expand Down Expand Up @@ -141,13 +147,7 @@ jobs:
command: |
# pull the base image used for FROM in containerfile so
# we can retry on that unfortunately common failure case
podman pull quay.io/fedora/fedora-bootc:${{ matrix.fedora_version }}
- name: Setup qemu
uses: docker/setup-qemu-action@v3

- name: Setup buildx
uses: docker/setup-buildx-action@v3
docker pull quay.io/fedora/fedora-bootc:${{ matrix.fedora_version }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 04daac6

Please sign in to comment.