Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 10, 2025
1 parent a40c51e commit 0dd7656
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
registry: ghcr.io
username: ${{ steps.un.outputs.un }}
password: ${{ github.token }}
- name: Login to forgejo
uses: docker/login-action@v3
with:
registry: forgejo.zvcdn.de
username: ${{ secrets.FORGEJO_USERNAME }}
password: ${{ secrets.FORGEJO_PASSWORD }}
# - name: Login to forgejo
# uses: docker/login-action@v3
# with:
# registry: forgejo.zvcdn.de
# username: ${{ secrets.FORGEJO_USERNAME }}
# password: ${{ secrets.FORGEJO_PASSWORD }}
- name: version
run: |
version="$(cat .version)+$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 0dd7656

Please sign in to comment.