fix: image name

This commit is contained in:
Ondrej Vlach 2023-12-09 22:27:09 +01:00
parent 89dff5a710
commit 12a3242825
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70

View File

@ -45,6 +45,6 @@ jobs:
argocd_app_repo: 'ovlach/vlach_xyz' argocd_app_repo: 'ovlach/vlach_xyz'
argocd_clone_ssh_key: ${{ secrets.VLACH_XYZ_DEPLOY }} argocd_clone_ssh_key: ${{ secrets.VLACH_XYZ_DEPLOY }}
image: 'git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend' image: 'git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend'
image_name: 'api' image_name: 'web'
image_version: '${{ steps.git.outputs.short_hash }}' # ${{ needs.docker.outputs.docker_image_version }} - not work due to https://gitea.com/gitea/act_runner/issues/358 image_version: '${{ steps.git.outputs.short_hash }}' # ${{ needs.docker.outputs.docker_image_version }} - not work due to https://gitea.com/gitea/act_runner/issues/358
environment: 'staging' environment: 'staging'