portential newer var to use?
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
CONTAINER_NAME: op25-client
|
CONTAINER_NAME: op25-client
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.vpn.cusano.net
|
registry: git.vpn.cusano.net
|
||||||
username: ${{ gitea.actor }} # Uses the user or bot that triggered the workflow
|
username: ${{ gitea.actor }} # Uses the user or bot that triggered the workflow
|
||||||
password: ${{ secrets.GITEA_TOKEN }} # The built-in, temporary token
|
password: ${{ secrets.GITHUB_COM_TOKEN }} # The built-in, temporary token
|
||||||
|
|
||||||
- name: Get Meta
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user