We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d047a commit 2c62d7eCopy full SHA for 2c62d7e
.github/workflows/build.yml
@@ -57,11 +57,10 @@ jobs:
57
run: |
58
echo "registry=$(echo '${{ steps.build-meta.outputs.tags }}' | cut -f1 -d:)" | tee -a "$GITHUB_OUTPUT"
59
60
-
61
- id: set_build_url
62
name: Set BUILD_URL
63
64
- echo "build_url=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" >> "$GITHUB_OUTPUT"
+ echo "build_url=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" | tee -a "$GITHUB_OUTPUT"
65
66
- id: build
67
name: Build/push the arch-specific image
0 commit comments