Update github-actions.yml

This commit is contained in:
Andras Bacsai 2022-05-04 14:03:00 +02:00 committed by GitHub
parent 1211f3c9fd
commit 9d53bc0926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ jobs:
context: .
platforms: linux/amd64
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-to: type=registry,ref=coollabsio/coolify-test:buildcache,mode=max