diff --git a/.github/workflows/synkronus-docker.yml b/.github/workflows/synkronus-docker.yml index 5681fe50e..786d03b6a 100644 --- a/.github/workflows/synkronus-docker.yml +++ b/.github/workflows/synkronus-docker.yml @@ -168,7 +168,7 @@ jobs: - name: Build image with Buildah id: build-image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@9dc2ade9b5db229966b5025ae266311e12f349c4 # v2 with: image: ${{ env.IMAGE_NAME }} tags: ${{ steps.meta.outputs.tag-names }} @@ -234,7 +234,7 @@ jobs: - name: Build image with Buildah id: build-image - uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2 + uses: redhat-actions/buildah-build@9dc2ade9b5db229966b5025ae266311e12f349c4 # v2 with: image: ${{ env.IMAGE_NAME }} tags: ${{ steps.meta.outputs.tag-names }}