Skip to content

Commit

Permalink
build: switch to 'cut' to avoid var replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Dec 11, 2023
1 parent d6fcb77 commit 16c20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
echo "branch=$(echo ${GITHUB_REF#refs/heads/})" > $GITHUB_OUTPUT
echo "release_train=$(echo ${GITHUB_REF#refs/heads/release/})" > $GITHUB_OUTPUT
echo "core_version=$(awk '/github.jparrowsec.cn.streamingfast.firehose-core/ {print $$2}' go.mod)" > $GITHUB_OUTPUT
echo "core_version=$(grep 'github.com/streamingfast/firehose-core' go.mod | cut -d' ' -f2)" > $GITHUB_OUTPUT
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 16c20f1

Please sign in to comment.