diff --git a/.github/workflows/base-image.yml b/.github/workflows/base-image.yml index 04094e8..fb70348 100644 --- a/.github/workflows/base-image.yml +++ b/.github/workflows/base-image.yml @@ -34,7 +34,7 @@ jobs: - name: Build image id: build - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: ${{ env.IMAGE }} tags: ${{ steps.tag.outputs.tag }}