Skip to content

Commit

Permalink
fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Oct 11, 2024
1 parent a60d4e6 commit c9f1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_prod_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: itag
run: |
CARGO_VERSION=$(awk '/\[workspace.package\]/ {flag=1} flag && /version =/ {print $3; flag=0}' Cargo.toml | sed 's/"//g')
IMAGE_TAG=v${{ steps.itag.outputs.itag }} # set the image tag with "v" prefix
IMAGE_TAG=v$CARGO_VERSION # set the image tag with "v" prefix
echo "Cargo.toml version: $CARGO_VERSION"
echo "Image tag: $IMAGE_TAG"
echo "itag=$IMAGE_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c9f1d9f

Please sign in to comment.