Update github-actions.yml

This commit is contained in:
Andras Bacsai 2022-05-04 14:31:03 +02:00 committed by GitHub
parent 4246d86694
commit 1ec03693d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{steps.package-version.outputs.current-version}}
tags: coollabsio/coolify:latest,coollabsio/coolify:${{steps.package-version.outputs.current-version}}
cache-from: type=registry,ref=coollabsio/coolify-test:buildcache
cache-to: type=registry,ref=coollabsio/coolify-test:buildcache,mode=max