Skip to content

Commit a2df4ea

Browse files
committed
Fix vars reference
1 parent dc30e8b commit a2df4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
IMAGE_TAG: ${{ inputs.docker_tag }}
123123
CADENCE_DEPLOY_KEY: ${{ secrets.CADENCE_DEPLOY_KEY }}
124124
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 }}
125+
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 }}
126126
127127
- name: Build/Push ${{ matrix.role }} amd64 images without netgo and without adx, arm64 images
128128
if: ${{ inputs.include_alternative_builds }}

0 commit comments

Comments
 (0)