This commit is contained in:
@@ -25,12 +25,12 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to GHCR
|
||||
- name: Log in to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
registry: git.weektab.org
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Read app version
|
||||
id: meta
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
echo "version=$version" >> "$GITHUB_OUTPUT"
|
||||
echo "image=ghcr.io/weektab/nx-webmail" >> "$GITHUB_OUTPUT"
|
||||
echo "image=git.weektab.org/nexus/nx-webmail" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Build and push image
|
||||
id: build
|
||||
|
||||
Reference in New Issue
Block a user