Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustafa-Elgammal committed Jul 28, 2024
1 parent 0fb8cb6 commit 65b44bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Push versioned image
run: |
version=${{ steps.env.outputs.VERSION }}
version=${{ steps.env.outputs.PRODUCTION_BUILD_VERSION }}
docker push ${{ vars.DOCKERHUB_USERNAME}}/tweb:${version}
- name: Push latest image
Expand Down

0 comments on commit 65b44bc

Please sign in to comment.