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 7729bbf commit ba70745Copy full SHA for ba70745
.github/workflows/cd-cloud.yml
@@ -1,4 +1,4 @@
1
-name: Create docker images
+name: Create docker images (cloud)
2
3
on:
4
push:
.github/workflows/cd.yml
@@ -24,6 +24,12 @@ jobs:
24
with:
25
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}
26
27
+ - name: Set up QEMU
28
+ uses: docker/setup-qemu-action@v3
29
+
30
+ - name: Set up Docker Buildx
31
+ uses: docker/setup-buildx-action@v3
32
33
- name: Set env
34
run: |
35
echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
0 commit comments