We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957b08b commit 48b25a7Copy full SHA for 48b25a7
1 file changed
.github/workflows/build-deploy.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
tag=${GITHUB_REF#refs/tags/}
42
echo "Tagging and releasing ${{ env.container }}:${tag}"
43
- docker tag ${{ env.container }}:latest ${{ env.container }}:${tag}
+ docker tag ${{ env.container }}:arm ${{ env.container }}:${tag}
44
45
- name: Deploy Container
46
run: make push
0 commit comments