migrate workflow to gitea
Some checks failed
/ image_build (push) Failing after 31s

This commit is contained in:
2026-09-06 20:38:34 -04:00
parent ab9044651c
commit 0ad73e0d3f
2 changed files with 5 additions and 63 deletions

View File

@@ -17,15 +17,15 @@ jobs:
- name: Gitea OCI repo login
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: gitea.tymur999.com
username: tymur999
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push tymur999.com
uses: docker/build-push-action@v6
with:
push: true
tags: |
ghcr.io/tymur999/blog:latest
ghcr.io/tymur999/blog:nightly
ghcr.io/tymur999/blog:${{ github.sha }}
gitea.tymur999.com/tymur999/blog:latest
gitea.tymur999.com/tymur999/blog:nightly
gitea.tymur999.com/tymur999/blog:${{ github.sha }}