Skip to content

Commit

Permalink
fix another lint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 22, 2024
1 parent edcb243 commit 364381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
gcloud auth configure-docker
- name: Build/Push ${{ matrix.role }} images with adx
if: ${{ inputs.include_with_adx }}
if: ${{ inputs.include_with_adx }}
env:
IMAGE_TAG: ${{ inputs.docker_tag }}
GITHUB_CREDS: "machine github.com login ${{ secrets.REPO_SYNC_USER }} password ${{ secrets.REPO_SYNC }}"
Expand Down

0 comments on commit 364381d

Please sign in to comment.