Ci : fix repo name in tag
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_ORG: heronfief
|
DOCKER_ORG: heronfief
|
||||||
|
REPO_NAME: front
|
||||||
ENDPOINT: git.legonzaur.fr
|
ENDPOINT: git.legonzaur.fr
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -51,7 +52,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
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
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user