Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
|
5fc66917c5 | |
|
089fcef4ca | |
|
a46c288744 | |
|
bd71cbbd0c | |
|
61b1b20e9a | |
|
7af2e396a9 |
|
@ -30,7 +30,7 @@ jobs:
|
|||
type=ref,event=branch
|
||||
type=semver,pattern={{raw}}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
|
||||
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
|
||||
- name: Login to fai.st docker registry
|
||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
|
||||
with:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
|
||||
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
- ./init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
|
||||
|
||||
bot-api:
|
||||
image: ghcr.io/siesta-cat/2chi-api:v1.0.5
|
||||
image: ghcr.io/siesta-cat/2chi-api:v1.1.0
|
||||
container_name: fe-2chi-api
|
||||
restart: on-failure
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue