Skip to content

Commit 48b25a7

Browse files
authored
Update Docker tagging for ARM architecture
1 parent 957b08b commit 48b25a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
tag=${GITHUB_REF#refs/tags/}
4242
echo "Tagging and releasing ${{ env.container }}:${tag}"
43-
docker tag ${{ env.container }}:latest ${{ env.container }}:${tag}
43+
docker tag ${{ env.container }}:arm ${{ env.container }}:${tag}
4444
4545
- name: Deploy Container
4646
run: make push

0 commit comments

Comments
 (0)