diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index 1d087e5..4c45ac6 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -38,7 +38,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 + uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3.1.0 with: image: ${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAG }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 233f825..10a0d5c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3.0.2 + uses: redhat-actions/buildah-build@719e3c40d8af9790c23eca13f7daa339f2867034 # v3.1.0 with: image: ${{ env.IMAGE_NAME_ORG }}/${{ env.IMAGE_NAME }} tags: ${{ env.VERSION }}