Skip to content

Commit d61a07b

Browse files
committed
url
1 parent f8edf80 commit d61a07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Construct Registry URL
8080
id: construct-registry-url
8181
run: |
82-
echo "url=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY }}/${{ matrix.module }}/${{ matrix.service }}" \
82+
echo "url=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY }}/${{ matrix.service }}" \
8383
>> $GITHUB_OUTPUT
8484
8585
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)