fix docker layer caching issue

This commit is contained in:
lone-cloud 2026-01-30 01:28:00 -08:00
parent 0b5f3b1dd6
commit c74a2efbc4
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ jobs:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
no-cache: true
tags: | tags: |
ghcr.io/lone-cloud/snowflake-dashboard:latest ghcr.io/lone-cloud/snowflake-dashboard:latest
ghcr.io/lone-cloud/snowflake-dashboard:v${{ steps.version.outputs.VERSION }} ghcr.io/lone-cloud/snowflake-dashboard:v${{ steps.version.outputs.VERSION }}

View file

@ -1,6 +1,6 @@
{ {
"name": "snowflake-dashboard", "name": "snowflake-dashboard",
"version": "1.2.1", "version": "1.2.2",
"type": "module", "type": "module",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"scripts": { "scripts": {