fix: image name
This commit is contained in:
parent
89dff5a710
commit
12a3242825
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user