This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.vpn.cusano.net
|
registry: git.vpn.cusano.net
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.BUILD_TOKEN }}
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.vpn.cusano.net
|
registry: git.vpn.cusano.net
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.BUILD_TOKEN }}
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.vpn.cusano.net
|
registry: git.vpn.cusano.net
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.BUILD_TOKEN }}
|
||||||
|
|
||||||
- name: Validate build configuration
|
- name: Validate build configuration
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user