Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 5, 2023
1 parent 7e52546 commit 972f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_docker-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ignore: SC1091,${{ inputs.ignore-linting-rules }}
- name: ShellCheck
run: |
cd docker/${{ inputs.docker-context }}
cd ${{ inputs.docker-context }}
[ -d "./bin" ] && shellcheck --external-sources --exclude=SC1091 ./bin/*
shellcheck --external-sources --exclude=SC2148 ./Dockerfile
- name: Log in to registry
Expand Down

0 comments on commit 972f2e4

Please sign in to comment.