We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddcd38 commit 072946aCopy full SHA for 072946a
.github/workflows/dploy.yml
@@ -28,6 +28,9 @@ jobs:
28
workload_identity_provider: ${{ secrets.GOOGLE_CLOUD_WORKLOAD_IDENTITY_PROVIDER }}
29
service_account: ${{ secrets.GOOGLE_CLOUD_SERVICE_ACCOUNT }}
30
31
+ - name: Place .env
32
+ run: echo ${{ secrets.ENV }} | base64 -d > .env
33
+
34
- name: Build Docker image
35
run: |
36
docker build --platform linux/amd64 \
0 commit comments