copy/paste mistake
Some checks failed
Build and Push Docker Image / build-and-push-image (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
9340529d3f
commit
86c1d8ae5a
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.pmd5.org
|
registry: git.workaround.org
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
|
|
@ -58,6 +58,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.pmd5.org/${{ github.repository }}:latest
|
tags: git.workaround.org/${{ github.repository }}:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue