copy/paste mistake
Some checks failed
Build and Push Docker Image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Christoph Haas 2026-04-12 23:36:13 +02:00
parent 9340529d3f
commit 86c1d8ae5a

View file

@ -46,7 +46,7 @@ jobs:
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: git.pmd5.org
registry: git.workaround.org
username: ${{ github.actor }}
password: ${{ secrets.FORGEJO_TOKEN }}
@ -58,6 +58,6 @@ jobs:
with:
context: .
push: true
tags: git.pmd5.org/${{ github.repository }}:latest
tags: git.workaround.org/${{ github.repository }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max