From 6c695eb0fdaaa4e3299ba7b34928995ca4f9e711 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 17:23:44 +0200 Subject: [PATCH] push --- .gitea/workflows/gitea-actions-demo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: