Skip to content

Commit 2f6b016

Browse files
committed
regression(ci): missing environment variables to publish images to docker hub
1 parent 194f371 commit 2f6b016

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@ jobs:
549549
matrix:
550550
service: ${{ fromJson(needs.release-versions.outputs.services) }}
551551

552+
env:
553+
DOCKER_TAG: ${{ needs.release-versions.outputs.gh-docker-tag }}
554+
LOWERCASE_REPOSITORY: ${{ needs.release-versions.outputs.lowercase-repo }}
555+
552556
steps:
553557
- uses: actions/checkout@v5
554558
with:

0 commit comments

Comments
 (0)