Browse Source
Feat: Publish package on Codeberg (#2160)
* test codeberg build
* copy container to codeberg
pull/2161/head
Bernd Storath
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
24 additions and
0 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-edge.yml
-
.github/workflows/deploy.yml
|
|
@ -98,6 +98,13 @@ jobs: |
|
|
|
username: ${{ github.actor }} |
|
|
|
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 |
|
|
|
uses: docker/setup-buildx-action@v3 |
|
|
|
|
|
|
@ -107,6 +114,7 @@ jobs: |
|
|
|
with: |
|
|
|
images: | |
|
|
|
ghcr.io/wg-easy/wg-easy |
|
|
|
codeberg.org/wg-easy/wg-easy |
|
|
|
flavor: | |
|
|
|
latest=false |
|
|
|
tags: | |
|
|
|
|
|
@ -107,6 +107,13 @@ jobs: |
|
|
|
username: ${{ github.actor }} |
|
|
|
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 |
|
|
|
uses: docker/setup-buildx-action@v3 |
|
|
|
|
|
|
@ -116,6 +123,7 @@ jobs: |
|
|
|
with: |
|
|
|
images: | |
|
|
|
ghcr.io/wg-easy/wg-easy |
|
|
|
codeberg.org/wg-easy/wg-easy |
|
|
|
flavor: | |
|
|
|
latest=false |
|
|
|
tags: | |
|
|
|
|
|
@ -108,6 +108,13 @@ jobs: |
|
|
|
username: ${{ github.actor }} |
|
|
|
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 |
|
|
|
uses: docker/setup-buildx-action@v3 |
|
|
|
|
|
|
@ -117,6 +124,7 @@ jobs: |
|
|
|
with: |
|
|
|
images: | |
|
|
|
ghcr.io/wg-easy/wg-easy |
|
|
|
codeberg.org/wg-easy/wg-easy |
|
|
|
flavor: | |
|
|
|
latest=false |
|
|
|
tags: | |
|
|
|