File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
echo "image_url=${IMAGE_REPOSITORY}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
38
38
echo "build_date=$(date +%FT%T%z)" >> $GITHUB_OUTPUT
39
39
- uses : docker/setup-buildx-action@v3
40
- - uses : google-github-actions/auth@v1
40
+ - uses : google-github-actions/auth@v2
41
41
with :
42
42
credentials_json : " ${{ secrets.GCR_CREDENTIALS }}"
43
43
- uses : google-github-actions/setup-gcloud@v1
Original file line number Diff line number Diff line change 41
41
echo "build_date=$(date +%FT%T%z)" >> $GITHUB_OUTPUT
42
42
echo "image_repository=${IMAGE_REPOSITORY}" >> $GITHUB_OUTPUT
43
43
- uses : docker/setup-buildx-action@v3
44
- - uses : google-github-actions/auth@v1
44
+ - uses : google-github-actions/auth@v2
45
45
with :
46
46
credentials_json : " ${{ secrets.GCR_CREDENTIALS }}"
47
47
- uses : google-github-actions/setup-gcloud@v1
You can’t perform that action at this time.
0 commit comments