ci: disable caching of vanilla image

This commit is contained in:
Price Hiller 2024-09-25 15:15:07 -05:00
parent 62e950f719
commit 19460bca32
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -33,6 +33,7 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v6
with:
no-cache: true
context: .
file: ./Dockerfile
push: true