From 869b6e721382730e5db56fd15287137937a02ba0 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Tue, 19 Mar 2024 19:11:15 +0100 Subject: [PATCH] fix minor bugs in actions --- .github/workflows/build_container.yml | 4 +++- .github/workflows/ci.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index d4e2576..9b85d94 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -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 }} @@ -61,3 +61,5 @@ jobs: with: username: voxpupulibot password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }} + repository: voxpupuli/voxbox + enable-url-completion: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7db1e80..49f173e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}'