Update github-actions.yml

This commit is contained in:
Andras Bacsai 2022-05-04 13:32:35 +02:00 committed by GitHub
parent 86b7824c78
commit a4301c5d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: ci
name: release-coolify
on:
push:
@ -12,7 +12,7 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
@ -24,20 +24,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Cache pnpm modules
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
-
uses: pnpm/action-setup@v2.1.0
with:
version: 7.0.0
run_install: false
-
name: Build and push
uses: docker/build-push-action@v2
@ -46,3 +32,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: coollabsio/coolify-test:latest
cache-from: type=registry,ref=coollabsio/coolify-test:buildcache
cache-to: type=registry,ref=coollabsio/coolify-test:buildcache,mode=max