ci: remove gh action cache behavior
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m6s

This commit is contained in:
2025-10-25 01:55:39 +00:00
parent 1abfc44908
commit 90a1f9faf8

View File

@@ -49,8 +49,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: | build-args: |
VITE_API_URL=${{ vars.VITE_API_URL }} VITE_API_URL=${{ vars.VITE_API_URL }}
VITE_DEFAULT_LATITUDE=${{ vars.VITE_DEFAULT_LATITUDE }} VITE_DEFAULT_LATITUDE=${{ vars.VITE_DEFAULT_LATITUDE }}