Ci : fix repo name in tag
release-tag / release-image (push) Successful in 34s

This commit is contained in:
2024-08-01 10:01:40 +02:00
parent 9638bcf1dd
commit e905731bc2
+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