This commit is contained in:
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user