ci: remove caching for build

This commit is contained in:
Price Hiller 2024-09-25 15:46:53 -05:00
parent 554953ee69
commit 2403ed41b3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -34,4 +34,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
no-cache: true
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"