Update .gitea/workflows/build-docker-container.yml
All checks were successful
build-docker-imge / Build the docker container (pull_request) Successful in 9m10s
build-docker-imge / Build the docker container (push) Successful in 9m15s

This commit is contained in:
Konstantin Hintermayer 2024-10-04 16:45:40 +00:00
parent bce0e1938d
commit e4e34bce07

View File

@ -19,7 +19,7 @@ jobs:
- uses: aevea/action-kaniko@master - uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container. name: Run Kaniko to build our docker container.
with: with:
image: kocoded/nachhilfesystem24 image: kocoded/nachhilfesystem/nachhilfesystem
tag: ${{ gitea.workflow_sha }} tag: ${{ gitea.workflow_sha }}
tag_with_latest: true tag_with_latest: true
registry: git.kocoder.xyz registry: git.kocoder.xyz