From 52c19aff996057c0bbace54d4e4c343c929c09c3 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Tue, 30 Jul 2024 20:01:41 +0200 Subject: [PATCH] try gitea action --- .gitea/workflows/build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 12a33c2..a62d981 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,3 +16,12 @@ jobs: key: ${{ runner.os }}-resources - name: Build run: hugo --minify + - uses: docker/login-action@v3 + with: + registry: ${{ vars.CONTAINER_REGISTRY_URL }} + username: ${{ vars.CONTAINER_REGISTRY_USERNAME }} + password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} + - uses: docker/build-push-action@v6 + with: + push: true + tags: ${{ vars.CONTAINER_REGISTRY_URL }}/adr1enbe4udou1n/blog:latest