diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index d02df7d..85d291b 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -29,7 +29,7 @@ jobs: - name: Push container images if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 with: image: synapse-dev-env registry: ghcr.io/seagl