We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8edf80 commit d61a07bCopy full SHA for d61a07b
.github/workflows/build_test.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Construct Registry URL
80
id: construct-registry-url
81
run: |
82
- echo "url=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY }}/${{ matrix.module }}/${{ matrix.service }}" \
+ echo "url=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY }}/${{ matrix.service }}" \
83
>> $GITHUB_OUTPUT
84
85
- name: Set up Docker Buildx
0 commit comments