We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ac50f commit 619bfc0Copy full SHA for 619bfc0
1 file changed
.github/workflows/publish-build-tools.yml
@@ -46,8 +46,9 @@ jobs:
46
- name: Generate tag
47
id: tag
48
run: |
49
- TAG="ubuntu-${{ github.event.inputs.ubuntu_version }}-bazel-${{ github.event.inputs.bazel_version }}"
50
- echo "tag=$TAG" >> $GITHUB_OUTPUT
+ echo "tag=$TAG" >> $GITHUB_OUTPUT
+ env:
51
+ TAG: "ubuntu-${{ github.event.inputs.ubuntu_version }}-bazel-${{ github.event.inputs.bazel_version }}"
52
53
- name: Login to GitHub Container Registry
54
if: ${{ !github.event.inputs.draft }}
0 commit comments