This commit is contained in:
parent
394876b916
commit
c093ddd759
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ jobs:
|
||||||
tinygo-version: "0.35.0"
|
tinygo-version: "0.35.0"
|
||||||
install-binaryen: "false"
|
install-binaryen: "false"
|
||||||
|
|
||||||
|
- name: Login to container registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: code.icb4dc0.de
|
||||||
|
username: prskr
|
||||||
|
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue