diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7f9299..53af37f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ secrets.DOCKER_REGISTRY }}${{ env.IMAGE_NAME }} - name: Build and push Docker image uses: docker/build-push-action@v3