do not use cache from previous image
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
||||
- name: build image
|
||||
run: |
|
||||
docker build --progress plain \
|
||||
--cache-from ${{ env.IMAGE_URL }} \
|
||||
--pull \
|
||||
--no-cache \
|
||||
-t ${{ env.IMAGE_URL }} .
|
||||
|
||||
Reference in New Issue
Block a user