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 0f0f674 commit 0fbfd6c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
ansible-builder-args:
default: ""
default: '--output-filename Dockerfile'
description: action arguments
required: false
type: string
Expand Down Expand Up @@ -58,21 +58,21 @@ jobs:
run: |
ls -alth ./context/ && pwd
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: hooplad/ansible:rocky9-2.14
# file: context/_build/Dockerfile
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: hooplad/ansible:rocky9-2.14
file: context/Dockerfile

0 comments on commit 0fbfd6c

Please sign in to comment.