There was an error while loading. Please reload this page.
1 parent de1ecab commit 4587608Copy full SHA for 4587608
1 file changed
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Build and push AMD64 image
56
run: >
57
- docker buildx build docker
+ docker buildx build .
58
--platform linux/amd64
59
--tag ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}-amd64
60
--build-arg RUST_VERSION=${{ env.RUST_VERSION }}
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Build and push ARM64 image
108
109
110
--platform linux/arm64
111
--tag ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}-arm64
112
0 commit comments