updated template

This commit is contained in:
Merlin Jehli 2025-01-26 13:07:24 +01:00
parent 36a2645e39
commit c3fe41af71
Signed by: FML128
GPG key ID: 76DE785F9DC31C59
4 changed files with 9 additions and 21 deletions

View file

@ -11,7 +11,7 @@ concurrency:
jobs:
build-image:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-shared
steps:
- name: Checkout
uses: actions/checkout@v4
@ -32,6 +32,8 @@ jobs:
layer_config_file: layers_config.yml
out_dir: ${{ gitea.workspace }}/out
version: ${{ steps.version.outputs.RELEASE_VERSION }}
registry_username: ${{ gitea.actor }}
registry_password: ${{ secrets.PACKET_TOKEN }}
sb_db_pem: ${{ secrets.SB_DB_PEM }}
sb_db_key: ${{ secrets.SB_DB_KEY }}
api_auth_token: ${{ secrets.API_AUTH_TOKEN }}