This commit is contained in:
parent
444e1c8bec
commit
05d3d5bf16
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ jobs:
|
|||
uses: "https://code.forgejo.org/docker/login-action@v3"
|
||||
with:
|
||||
registry: "git.moritzruth.de"
|
||||
username: "${{ github.actor }}"
|
||||
password: "${{ github.token }}"
|
||||
username: "moritzruth"
|
||||
password: "${{ secrets.PACKAGES_TOKEN }}"
|
||||
|
||||
- name: "Build and push the container image"
|
||||
uses: "https://code.forgejo.org/docker/build-push-action@v6"
|
||||
|
|
Loading…
Add table
Reference in a new issue