ci: remove gh action cache behavior
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m6s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m6s
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user