Update github-actions.yml
This commit is contained in:
6
.github/workflows/github-actions.yml
vendored
6
.github/workflows/github-actions.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
-
|
||||||
|
name: Read package.json version
|
||||||
|
uses: dutscher/read-package-json-endpoint-actions@v1.3.37
|
||||||
|
id: packagejson
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
@@ -31,6 +35,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: coollabsio/coolify-test:latest
|
tags: coollabsio/coolify-test:latest,coollabsio/coolify-test:${{ steps.packagejson.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
|
||||||
|
|||||||
Reference in New Issue
Block a user