Skip to content

Commit

Permalink
- Added architecture to docker tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu committed Feb 12, 2024
1 parent f4905bf commit 17c24d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push-vidvec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: tattletech/feluda-operator-vidvec
workdir: src/api/
dockerfile: Dockerfile.vid_vec_rep_resnet
tags: ${{ steps.vars.outputs.sha_short }}
tags: ${{ steps.vars.outputs.sha_short }}-amd64
platforms: linux/amd64
- uses: elgohr/Publish-Docker-Github-Action@main
with:
Expand All @@ -38,7 +38,7 @@ jobs:
name: tattletech/feluda-operator-vidvec
workdir: src/api/
dockerfile: Dockerfile.vid_vec_rep_resnet.graviton
tags: ${{ steps.vars.outputs.sha_short }}
tags: ${{ steps.vars.outputs.sha_short }}-arm64
platforms: linux/arm64

# - name: deploy to cluster
Expand Down

0 comments on commit 17c24d5

Please sign in to comment.