Fix docker image name

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-26 11:26:24 +01:00
parent 7e484c4e47
commit 3562b02819

View File

@@ -24,7 +24,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- run: "make docker-build" - run: "make docker-build"
env: env:
DOCKER_IMAGE_NAME: ghcr.io/${{ github.actor }}
DOCKER_BUILD_FLAGS: "--push" DOCKER_BUILD_FLAGS: "--push"
probod: probod:
name: "bin/probod" name: "bin/probod"