Rename token
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 4s
Deploy to Pages / deploy (push) Successful in 7s

This commit is contained in:
Andras Schmelczer 2026-06-06 14:09:04 +01:00
parent d19cfcbb0e
commit 392729c2d4

View file

@ -25,7 +25,7 @@ jobs:
- name: Log into Forgejo registry
if: forgejo.event_name != 'pull_request'
run: echo "${{ secrets.FORGEJO_TOKEN }}" | docker login "${{ steps.registry.outputs.host }}" -u "${{ forgejo.actor }}" --password-stdin
run: echo "${{ secrets.FORGEJO_PACKAGE_TOKEN }}" | docker login "${{ steps.registry.outputs.host }}" -u "${{ forgejo.actor }}" --password-stdin
- name: Build Docker image
run: |