Skip to content

Commit

Permalink
fix minor bugs in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Mar 19, 2024
1 parent ac1461e commit 869b6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Build Puppet Development Container ${{ matrix.puppet_release }}
- name: Build Vox Pupuli Test Box r${{ matrix.puppet_release }}
uses: voxpupuli/gha-build-and-publish-a-container@v2
with:
registry_password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -61,3 +61,5 @@ jobs:
with:
username: voxpupulibot
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
repository: voxpupuli/voxbox
enable-url-completion: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build Docker image
- name: Build image
uses: docker/build-push-action@v5
with:
tags: 'ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }}'
Expand Down

0 comments on commit 869b6e7

Please sign in to comment.