Skip to content

Commit

Permalink
Update .github/workflows/build-and-push-image.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
tarilabs and lampajr authored Mar 6, 2024
1 parent d63f8da commit c5fbf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
docker tag ${{ env.IMG }}:$VERSION ${{ env.IMG }}:latest
# BUILD_IMAGE=false skip the build, just push the tag made above
VERISON=latest ./scripts/build_deploy.sh
VERSION=latest ./scripts/build_deploy.sh
- name: Tag Main
if: env.BUILD_CONTEXT == 'main'
shell: bash
Expand Down

0 comments on commit c5fbf3d

Please sign in to comment.