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 761af1d commit dd29719Copy full SHA for dd29719
.github/workflows/build-push-codespace.yml
@@ -153,6 +153,8 @@ jobs:
153
154
- name: Set up Docker Buildx
155
uses: docker/setup-buildx-action@v2
156
+ with:
157
+ platforms: linux/amd64
158
159
- name: Login to DockerHub
160
uses: docker/login-action@v2
@@ -166,6 +168,7 @@ jobs:
166
168
context: .
167
169
file: ${{ matrix.project }}/Dockerfile.codespace
170
push: true
171
172
tags: zenmldocker/projects-${{ matrix.project }}:${{ steps.timestamp.outputs.timestamp }}
173
cache-from: type=gha
174
cache-to: type=gha,mode=max
0 commit comments