fix(ci/cd): Fixed typos from last copy-paste

This commit is contained in:
l-nmch
2026-03-17 22:54:54 +01:00
parent 4a74ee8111
commit b9f5aca59f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
SHORT_HASH: ${{ github.sha }}
run: |
# Build the image with the commit hash tag
docker build --build-arg BUILD_IDENTIFIER=${SHORT_HASH:0:5} -t git.phorge.fr/retake/retake.fr:${SHORT_HASH:0:5} --target server -f .devops/rocm.Dockerfile .
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

View File

@@ -25,7 +25,7 @@ jobs:
SHORT_HASH: ${{ github.sha }}
run: |
# Build the image with the commit hash tag
docker build --build-arg BUILD_IDENTIFIER=${SHORT_HASH:0:5} -t git.phorge.fr/retake/retake.fr:${SHORT_HASH:0:5} --target server -f .devops/rocm.Dockerfile .
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