diff --git a/.github/workflows/synkronus-docker.yml b/.github/workflows/synkronus-docker.yml index 5681fe50e..62a2d8e5c 100644 --- a/.github/workflows/synkronus-docker.yml +++ b/.github/workflows/synkronus-docker.yml @@ -181,7 +181,7 @@ jobs: - name: Push image to registry id: push if: github.event_name != 'pull_request' - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }} @@ -247,7 +247,7 @@ jobs: - name: Push image to registry id: push if: github.event_name != 'pull_request' - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}