fix(ci/cd): Fixed typo

This commit is contained in:
l-nmch
2026-03-17 23:35:22 +01:00
parent aa40a55f3c
commit 86e21e06ec
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
docker build --build-arg BUILD_IDENTIFIER=${SHORT_HASH:0:5} -t git.phorge.fr/retake/retake.fr:${SHORT_HASH:0:5} .
# Tag the same image as "latest"
docker tag git.phorge.fr/retake/retake.fr:$${SHORT_HASH:0:5} git.phorge.fr/retake/retake.fr:latest
docker tag git.phorge.fr/retake/retake.fr:${SHORT_HASH:0:5} git.phorge.fr/retake/retake.fr:latest
- name: Push Docker Images
env: