Skip to content

Commit

Permalink
debugging ansible builder action
Browse files Browse the repository at this point in the history
  • Loading branch information
markagonzales committed Nov 29, 2024
1 parent e18bea6 commit e3dc957
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
- name: Check out your collection repository
uses: actions/checkout@v4

# - name: Setup Ansible Builder
# uses: kheeklab/ansible-builder-action
# with:
# args: |
# --no-cache --prune-images \
# --build-arg EE_BASE_IMAGE=quay.io/rockylinux/rockylinux:9 \
# --tag hooplad/ansible:rocky9-2.14
- name: Setup Ansible Builder
uses: kheeklab/ansible-builder-action
with:
args: --no-cache --prune-images --build-arg EE_BASE_IMAGE=quay.io/rockylinux/rockylinux:9 --tag hooplad/ansible:rocky9-2.14

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit e3dc957

Please sign in to comment.