diff --git a/.gitea/workflows/ci-image.yml b/.gitea/workflows/ci-image.yml index cded8b0..a2d5a7c 100644 --- a/.gitea/workflows/ci-image.yml +++ b/.gitea/workflows/ci-image.yml @@ -20,6 +20,9 @@ jobs: - name: Install Docker CLI run: apk add --no-cache docker-cli + - name: Login to registry + run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.aramjonghu.nl --username aramjonghu --password-stdin + - name: Build image run: docker build -t "$IMAGE" -f ci/Dockerfile .