diff --git a/.github/workflows/imageBuild.yml b/.github/workflows/imageBuild.yml index 24f3e7fe06..48f6d40dbb 100644 --- a/.github/workflows/imageBuild.yml +++ b/.github/workflows/imageBuild.yml @@ -13,7 +13,7 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ghcr.io/username/repo:pr-${{ github.event.pull_request.number }} + tags: yohands/devops_task:pr-${{ github.event.pull_request.number }} labels: type=pr,event=merge env: DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}