Build latest
This commit is contained in:
parent
ecb577f655
commit
60b0991dd3
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -10,16 +10,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
-
|
-
|
||||||
name: Build and Push from Makefile
|
name: Build and Push from Makefile
|
||||||
run: |
|
run: |
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node)
|
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-node)
|
||||||
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
|
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-node)
|
||||||
|
|
||||||
- CUBETIQ Alpine OS Linux
|
- CUBETIQ Alpine OS Linux (Latest)
|
||||||
- Nodejs 16 (16.17.1)
|
- Nodejs 16 (16.17.1)
|
||||||
- PNPM 7 (7.12.2)
|
- PNPM 7 (7.12.2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user