diff --git a/.github/workflows/ci_cd.yaml b/.github/workflows/ci_cd.yaml index 07f5010..eb2ba1a 100644 --- a/.github/workflows/ci_cd.yaml +++ b/.github/workflows/ci_cd.yaml @@ -45,7 +45,7 @@ jobs: docker tag $IMAGE_GHCR $IMAGE_GCR echo "image_gcr=$IMAGE_GCR" >> $GITHUB_ENV - name: Deploy to Cloud Run - uses: stefda/action-cloud-run@v1.3 + uses: stefda/action-cloud-run@v1.4 with: image: ${{ env.image_gcr }} service: graalnative4s