GIt commit
Some checks failed
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled

This commit is contained in:
2026-02-23 13:03:32 +01:00
parent 4eca638529
commit e165594808
4 changed files with 12 additions and 12 deletions

View File

@@ -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