diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 7ff7361..0dad699 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -20,6 +20,12 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - name: Login to the Container registry + uses: docker/login-action@v2 + with: + registry: git.hyperon.be + username: bramvandendaele1@gmail.com + password: ${{ secrets.CI_TOKEN }} - name: build and push docker image uses: https://github.com/docker/build-push-action@v5 with: