Ci : fix repo name in tag

This commit is contained in:
2024-08-01 08:12:33 +00:00
parent bce8edc150
commit f60ec850f0
+2 -1
View File
@@ -11,6 +11,7 @@ jobs:
env:
DOCKER_ORG: heronfief
REPO_NAME: front
ENDPOINT: git.legonzaur.fr
steps:
@@ -51,7 +52,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.ENDPOINT }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}
images: ${{ env.ENDPOINT }}/${{ env.DOCKER_ORG }}/${{ env.REPO_NAME }}
- name: Build and push
uses: docker/build-push-action@v4