mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-09-30 21:42:17 +08:00
test codeberg build
This commit is contained in:
8
.github/workflows/deploy-development.yml
vendored
8
.github/workflows/deploy-development.yml
vendored
@@ -98,6 +98,13 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Login to Codeberg
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: codeberg.org
|
||||||
|
username: ${{ secrets.CODEBERG_USER }}
|
||||||
|
password: ${{ secrets.CODEBERG_PASS }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
@@ -107,6 +114,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/wg-easy/wg-easy
|
ghcr.io/wg-easy/wg-easy
|
||||||
|
codeberg.org/wg-easy/wg-easy
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
|
Reference in New Issue
Block a user