fix docker layer caching issue
This commit is contained in:
parent
0b5f3b1dd6
commit
c74a2efbc4
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue