ci: HOTFIX Use version to tag docker images
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-22 09:41:39 +01:00
parent d1cdba800d
commit 2515cbcee7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
main:
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?}
image: registry.verdnatura.es/hedera-web:${VERSION:?}
build:
context: .
dockerfile: Dockerfile
@ -25,7 +25,7 @@ services:
limits:
memory: 2G
cron:
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?}
image: registry.verdnatura.es/hedera-web:${VERSION:?}
command: 'cron -f'
configs:
- source: config