Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 27, 2024
1 parent 55a7b93 commit ef085f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
uses: actions/checkout@v2
- name: Build image
run: |
which cat
which grep
VERSION_TAG="$(cat Cargo.toml | grep -e '\d.\d.\d' -o)" || true
echo "$(cat Cargo.toml | grep -e '\d.\d.\d' -o)"
echo "$(cat Cargo.toml | grep -E '\d.\d.\d' -o)"
VERSION_TAG=$(grep -Eo '\d.\d.\d' Cargo.toml)
echo "${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA::6}"
echo "${REGISTRY}/${IMAGE_NAME}:${VERSION_TAG}"
Expand Down

0 comments on commit ef085f9

Please sign in to comment.