Browse Source

test codeberg build

pull/2160/head
Bernd Storath 1 week ago
parent
commit
260f13e1c6
No known key found for this signature in database GPG Key ID: D6C85685A555540F
  1. 8
      .github/workflows/deploy-development.yml

8
.github/workflows/deploy-development.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: |

Loading…
Cancel
Save