BewareMyPower commented on code in PR #19:
URL: https://github.com/apache/pulsar-client-cpp/pull/19#discussion_r989856809
##########
.github/workflows/ci-build-binary-artifacts.yaml:
##########
@@ -43,8 +41,20 @@ jobs:
- name: Package Pulsar source
run: build-support/generate-source-archive.sh
+ - uses: docker/setup-buildx-action@v2
+ - run: build-support/copy-deps-versionfile.sh
+
+ - name: Build dependencies Docker image
+ uses: docker/build-push-action@v3
+ with:
+ context: ./pkg/deb
+ tags: ${{ env.TEST_TAG }}
Review Comment:
Could you explain where the `TEST_TAG` environment variable is set?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]