diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index baf5dcd..ee9eac5 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -63,7 +63,7 @@ jobs: - name: Push To ghcr.io id: push-to-ghcr if: ${{ github.event_name != 'pull_request' }} - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3.0.0 with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c2958f..88f9f5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: - name: Push To ghcr.io id: push-to-ghcr - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3.0.0 with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }}