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 5f1bd2c commit d390d00Copy full SHA for d390d00
.github/workflows/build-and-push.yml
@@ -29,10 +29,18 @@ jobs:
29
username: ${{ env.USERNAME }}
30
password: ${{ env.PASSWORD }}
31
32
+ - name: Set up Docker Buildx
33
+ uses: docker/setup-buildx-action@v3
34
+ with:
35
+ driver: cloud
36
+ endpoint: "demonstrationorg/default"
37
+ install: true
38
+
39
- name: Build and push
40
uses: docker/build-push-action@v6
41
with:
42
push: true
43
+ platforms: linux/amd64
44
builder: cloud-demonstrationorg-default
45
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}
46
0 commit comments