0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2024-12-23 16:23:00 +03:00
This commit is contained in:
Maxim Slipenko 2024-06-10 18:18:08 +03:00
parent 968f73d050
commit 106621a204

View File

@ -8,6 +8,11 @@ on:
jobs: jobs:
build-and-publish: build-and-publish:
runs-on: [self-hosted, Linux, ARM64] runs-on: [self-hosted, Linux, ARM64]
permissions:
contents: read
packages: write
attestations: write
id-token: write
strategy: strategy:
matrix: matrix:
python: [3.9] python: [3.9]