Skip to content

Commit

Permalink
Merge pull request #76 from duggalsu/add_arch_to_docker_tag
Browse files Browse the repository at this point in the history
Added architecture to docker tag name
  • Loading branch information
duggalsu authored Feb 12, 2024
2 parents f4905bf + 17c24d5 commit 812cd1d
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 812cd1d

Please sign in to comment.