more ci
This commit is contained in:
parent
9944a93dfa
commit
1c0c00c01b
1 changed files with 12 additions and 4 deletions
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
|
@ -34,7 +34,9 @@ jobs:
|
||||||
context: ./api
|
context: ./api
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/janderedev/automod:api
|
tags: |
|
||||||
|
ghcr.io/janderedev/automod-api:latest
|
||||||
|
ghcr.io/janderedev/automod-api:$(git rev-parse --short "$GITHUB_SHA")
|
||||||
|
|
||||||
publish_web:
|
publish_web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -61,7 +63,9 @@ jobs:
|
||||||
context: ./web
|
context: ./web
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/janderedev/automod:web
|
tags: |
|
||||||
|
ghcr.io/janderedev/automod-web:latest
|
||||||
|
ghcr.io/janderedev/automod-web:$(git rev-parse --short "$GITHUB_SHA")
|
||||||
|
|
||||||
publish_bridge:
|
publish_bridge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -88,7 +92,9 @@ jobs:
|
||||||
context: ./bridge
|
context: ./bridge
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/janderedev/automod:bridge
|
tags: |
|
||||||
|
ghcr.io/janderedev/automod-bridge:latest
|
||||||
|
ghcr.io/janderedev/automod-bridge:$(git rev-parse --short "$GITHUB_SHA")
|
||||||
|
|
||||||
publish_bot:
|
publish_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -115,4 +121,6 @@ jobs:
|
||||||
context: ./bot
|
context: ./bot
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/janderedev/automod:bot
|
tags: |
|
||||||
|
ghcr.io/janderedev/automod-bot:latest
|
||||||
|
ghcr.io/janderedev/automod-bot:$(git rev-parse --short "$GITHUB_SHA")
|
||||||
|
|
Loading…
Reference in a new issue