Skip to content

Commit

Permalink
debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markagonzales committed Nov 29, 2024
1 parent ed1f959 commit 0452670
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
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: _build/Dockerfile
# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: hooplad/ansible:rocky9-2.14
# file: _build/Dockerfile

0 comments on commit 0452670

Please sign in to comment.