Update github-actions.yml
This commit is contained in:
parent
1211f3c9fd
commit
9d53bc0926
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-actions.yml
vendored
2
.github/workflows/github-actions.yml
vendored
|
|
@ -35,6 +35,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{ steps.packagejson.version }}
|
tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{ steps.packagejson.outputs.version }}
|
||||||
cache-from: type=registry,ref=coollabsio/coolify-test:buildcache
|
cache-from: type=registry,ref=coollabsio/coolify-test:buildcache
|
||||||
cache-to: type=registry,ref=coollabsio/coolify-test:buildcache,mode=max
|
cache-to: type=registry,ref=coollabsio/coolify-test:buildcache,mode=max
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue