Compare commits
6 Commits
0512d40fc6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 75c82dc8fc | |||
| 53405dad9b | |||
| 2d1c28b467 | |||
| a4a1fdd891 | |||
| 6d4bcb2ae2 | |||
| 293d9bee4e |
@@ -36,18 +36,18 @@ jobs:
|
||||
- name: Run production build
|
||||
run: npm run build
|
||||
|
||||
- name: Log in to GHCR
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: git.necloud.us
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ghcr.io/nmemmert/siteforge
|
||||
images: git.necloud.us/nate/siteforge
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=sha
|
||||
|
||||
Reference in New Issue
Block a user