Merge pull request 'CI: remove --no-cache for docker layer caching' (#16) from ci-fix-nocache into main
Reviewed-on: https://git.example.com/jarianc/MasterMind/pulls/16
This commit is contained in:
commit
d6ffa8b004
@ -96,7 +96,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
if [[ -f Dockerfile ]]; then
|
if [[ -f Dockerfile ]]; then
|
||||||
docker build -t $GITHUB_REPOSITORY:test --no-cache .
|
docker build -t $GITHUB_REPOSITORY:test .
|
||||||
else
|
else
|
||||||
echo "No Dockerfile found, skipping docker build"
|
echo "No Dockerfile found, skipping docker build"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user