Tag the image correctly
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 5m58s

This commit is contained in:
Konstantin Hintermayer 2024-08-27 18:35:12 +02:00
parent 0f07ccb94f
commit 68f3ef837f

View File

@ -21,7 +21,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/gitea-workspaces/szuntis-backend-main image: kocoded/szuntis/szuntis-backend-main
tag: ${{ gitea.workflow_sha }} tag: ${{ gitea.workflow_sha }}
tag_with_latest: true tag_with_latest: true
registry: git.kocoder.xyz registry: git.kocoder.xyz