New: Automatic Docker container builds #1
@ -1,7 +1,6 @@
|
||||
name: build-docker-imge
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -20,7 +19,7 @@ jobs:
|
||||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||
tag: ${{ gitea.workflow_sha }}-api
|
||||
tag: api
|
||||
registry: git.kocoder.xyz
|
||||
username: ${{ secrets.CI_RUNNER_USER }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
@ -30,7 +29,7 @@ jobs:
|
||||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||
tag: ${{ gitea.workflow_sha }}-web
|
||||
tag: web
|
||||
registry: git.kocoder.xyz
|
||||
username: ${{ secrets.CI_RUNNER_USER }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
@ -40,7 +39,7 @@ jobs:
|
||||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||
tag: ${{ gitea.workflow_sha }}-console
|
||||
tag: console
|
||||
registry: git.kocoder.xyz
|
||||
username: ${{ secrets.CI_RUNNER_USER }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user