do not use cache from previous image

This commit is contained in:
2024-03-02 13:28:45 +01:00
parent 373af6f3fa
commit ae513de662
-1
View File
@@ -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 }} .