Skip to content

Commit 4587608

Browse files
committed
Update release.yml
1 parent de1ecab commit 4587608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Build and push AMD64 image
5656
run: >
57-
docker buildx build docker
57+
docker buildx build .
5858
--platform linux/amd64
5959
--tag ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}-amd64
6060
--build-arg RUST_VERSION=${{ env.RUST_VERSION }}
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Build and push ARM64 image
108108
run: >
109-
docker buildx build docker
109+
docker buildx build .
110110
--platform linux/arm64
111111
--tag ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}-arm64
112112
--build-arg RUST_VERSION=${{ env.RUST_VERSION }}

0 commit comments

Comments
 (0)