Skip to content

Commit

Permalink
correct braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 15, 2024
1 parent fe62da9 commit 74b1eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Check if image exists
run: |
if [[ $(docker manifest inspect ${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:${{ env.DIR_HASH }} > /dev/null 2>&1 ]]; then
if [[ $(docker manifest inspect ${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:${{ env.DIR_HASH }} > /dev/null 2>&1) ]]; then
echo "Cache hit, do not require rebuild of this docker image. Retagging old image instead."
echo "CACHE_HIT=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 74b1eda

Please sign in to comment.