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 cf36c19 commit 510a9cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ on:
description: Ansible builder action; create or build
required: true
type: string

python-version:
default: '3.12'
description: Python version
required: false
type: string

jobs:
ansiblebuilder:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,4 +75,4 @@ jobs:
with:
push: true
tags: hooplad/ansible:rocky9-2.14
file: _build/Dockerfile
file: context/_build/Dockerfile

0 comments on commit 510a9cd

Please sign in to comment.