Update github-actions.yml

This commit is contained in:
Andras Bacsai 2022-05-04 14:11:46 +02:00 committed by GitHub
parent 3937cfec53
commit 2cce1f8459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
platforms: linux/amd64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{steps.package-version.outputs.current-version}} tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{steps.package-version.outputs.current-version}}
cache-from: type=registry,ref=coollabsio/coolify-test:buildcache cache-from: type=registry,ref=coollabsio/coolify-test:buildcache