Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
markagonzales committed Nov 29, 2024
1 parent 0fbfd6c commit 25d0f25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
run: |
ansible-builder ${{ inputs.action }} ${{ inputs.ansible-builder-args }}
- name: Debugging
shell: bash
run: |
ls -alth ./context/ && pwd
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -70,9 +65,14 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Debugging
shell: bash
run: |
ls -alth ./context/Dockerfile && pwd
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
push: false
tags: hooplad/ansible:rocky9-2.14
file: context/Dockerfile
file: ./context/Dockerfile

0 comments on commit 25d0f25

Please sign in to comment.