diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf3ba3a..cf6f5cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,4 +34,5 @@ jobs: context: . file: ./Dockerfile push: true + no-cache: true tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"