|
|
|
@ -46,13 +46,13 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
SOPS_VER: 3.7.1
|
|
|
|
|
- name: Authenticate to Google Cloud
|
|
|
|
|
uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
|
|
|
|
|
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
|
|
|
|
|
id: 'auth'
|
|
|
|
|
with:
|
|
|
|
|
credentials_json: '${{ secrets.FLUX2_E2E_GOOGLE_CREDENTIALS }}'
|
|
|
|
|
token_format: 'access_token'
|
|
|
|
|
- name: Setup gcloud
|
|
|
|
|
uses: google-github-actions/setup-gcloud@5a5f7b85fca43e76e53463acaa9d408a03c98d3a # v2.0.1
|
|
|
|
|
uses: google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200 # v2.1.0
|
|
|
|
|
- name: Setup QEMU
|
|
|
|
|
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
|
|
|
|
|
- name: Setup Docker Buildx
|
|
|
|
|