We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f371 commit 2f6b016Copy full SHA for 2f6b016
1 file changed
.github/workflows/ci.yml
@@ -549,6 +549,10 @@ jobs:
549
matrix:
550
service: ${{ fromJson(needs.release-versions.outputs.services) }}
551
552
+ env:
553
+ DOCKER_TAG: ${{ needs.release-versions.outputs.gh-docker-tag }}
554
+ LOWERCASE_REPOSITORY: ${{ needs.release-versions.outputs.lowercase-repo }}
555
+
556
steps:
557
- uses: actions/checkout@v5
558
with:
0 commit comments