updated template
This commit is contained in:
parent
36a2645e39
commit
c3fe41af71
4 changed files with 9 additions and 21 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue