Container-tags: remove version
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 38m47s

This commit is contained in:
Konstantin Hintermayer 2024-10-04 20:36:19 +02:00
parent 13a5edc9ac
commit b97c2f7fbc

View File

@ -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 }}