We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc30e8b commit a2df4eaCopy full SHA for a2df4ea
.github/workflows/builds.yml
@@ -122,7 +122,7 @@ jobs:
122
IMAGE_TAG: ${{ inputs.docker_tag }}
123
CADENCE_DEPLOY_KEY: ${{ secrets.CADENCE_DEPLOY_KEY }}
124
run: |
125
- make docker-build-${{ matrix.role }}-with-adx docker-push-${{ matrix.role }}-with-adx CONTAINER_REGISTRY=${{ github.event.inputs.private_build && var.PRIVATE_REGISTRY || var.PUBLIC_REGISTRY }}
+ make docker-build-${{ matrix.role }}-with-adx docker-push-${{ matrix.role }}-with-adx CONTAINER_REGISTRY=${{ github.event.inputs.private_build && vars.PRIVATE_REGISTRY || vars.PUBLIC_REGISTRY }}
126
127
- name: Build/Push ${{ matrix.role }} amd64 images without netgo and without adx, arm64 images
128
if: ${{ inputs.include_alternative_builds }}
0 commit comments