This commit is contained in:
parent
ba7121933f
commit
020ab7d874
1 changed files with 4 additions and 3 deletions
|
@ -23,12 +23,13 @@ jobs:
|
||||||
- name: "Login to the container registry"
|
- name: "Login to the container registry"
|
||||||
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: "${{ github.actor }}"
|
||||||
password: ${{ github.token }}
|
password: "${{ github.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"
|
||||||
with:
|
with:
|
||||||
|
context: "."
|
||||||
push: true
|
push: true
|
||||||
tags: "git.moritzruth.de/moritzruth/sscdc:${{ github.ref_name }}"
|
tags: "git.moritzruth.de/moritzruth/sscdc:${{ github.ref_name }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue