We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b5e46 commit 8a918a7Copy full SHA for 8a918a7
.github/workflows/release.yaml
@@ -600,7 +600,7 @@ jobs:
600
password: ${{ secrets.DOCKER_TOKEN }}
601
602
- name: Set tag
603
- run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')"
+ run: echo "TAG=$(echo '${{ needs.validate-preconditions.outputs.docker_tags }}' | jq -r '.["${{ github.job }}-${{ matrix.node.env }}"]')" >> $GITHUB_ENV
604
605
- name: Build Docker Image
606
uses: docker/build-push-action@v6
0 commit comments