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"
|
uses: "https://code.forgejo.org/docker/login-action@v3"
|
||||||
with:
|
with:
|
||||||
registry: "git.moritzruth.de"
|
registry: "git.moritzruth.de"
|
||||||
username: "${{ github.actor }}"
|
username: "moritzruth"
|
||||||
password: "${{ github.token }}"
|
password: "${{ secrets.PACKAGES_TOKEN }}"
|
||||||
|
|
||||||
- name: "Build and push the container image"
|
- name: "Build and push the container image"
|
||||||
uses: "https://code.forgejo.org/docker/build-push-action@v6"
|
uses: "https://code.forgejo.org/docker/build-push-action@v6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue