Skip to content

Commit 8a918a7

Browse files
committed
prepend tag to github env
1 parent d1b5e46 commit 8a918a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600
password: ${{ secrets.DOCKER_TOKEN }}
601601

602602
- name: Set tag
603-
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')"
603+
run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')" >> $GITHUB_ENV
604604

605605
- name: Build Docker Image
606606
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)