diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index eb4bad5..bea2b2f 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -47,7 +47,7 @@ jobs: run: mvn -B -U clean verify - name: Build container images and manifest id: buildah-build - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@9dc2ade9b5db229966b5025ae266311e12f349c4 # v2 env: IMAGE_VERSION: ${{ needs.get-pom-properties.outputs.image-version }} with: