diff --git a/.gitea/workflows/build-docker-container.yml b/.gitea/workflows/build-docker-container.yml index 7917951..f6e8782 100644 --- a/.gitea/workflows/build-docker-container.yml +++ b/.gitea/workflows/build-docker-container.yml @@ -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 }}