Container-tags: remove version
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 38m47s
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 38m47s
This commit is contained in:
parent
13a5edc9ac
commit
b97c2f7fbc
|
@ -1,7 +1,6 @@
|
||||||
name: build-docker-imge
|
name: build-docker-imge
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -20,7 +19,7 @@ jobs:
|
||||||
name: Run Kaniko to build our docker container.
|
name: Run Kaniko to build our docker container.
|
||||||
with:
|
with:
|
||||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||||
tag: ${{ gitea.workflow_sha }}-api
|
tag: api
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ secrets.CI_RUNNER_USER }}
|
username: ${{ secrets.CI_RUNNER_USER }}
|
||||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
|
@ -30,7 +29,7 @@ jobs:
|
||||||
name: Run Kaniko to build our docker container.
|
name: Run Kaniko to build our docker container.
|
||||||
with:
|
with:
|
||||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||||
tag: ${{ gitea.workflow_sha }}-web
|
tag: web
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ secrets.CI_RUNNER_USER }}
|
username: ${{ secrets.CI_RUNNER_USER }}
|
||||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
|
@ -40,7 +39,7 @@ jobs:
|
||||||
name: Run Kaniko to build our docker container.
|
name: Run Kaniko to build our docker container.
|
||||||
with:
|
with:
|
||||||
image: kocoded/nachhilfesystem/nachhilfesystem
|
image: kocoded/nachhilfesystem/nachhilfesystem
|
||||||
tag: ${{ gitea.workflow_sha }}-console
|
tag: console
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ secrets.CI_RUNNER_USER }}
|
username: ${{ secrets.CI_RUNNER_USER }}
|
||||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user