update token
Some checks failed
Push web base image / build_base_image (3.18, 3.10) (push) Failing after 13s
Some checks failed
Push web base image / build_base_image (3.18, 3.10) (push) Failing after 13s
This commit is contained in:
parent
1273d67c86
commit
648fb54712
@ -10,8 +10,10 @@ jobs:
|
||||
build_base_image:
|
||||
strategy:
|
||||
matrix:
|
||||
python: ["3.10", "3.11", "3.12", "3.13"]
|
||||
alpine: ["3.18", "3.19", "3.20", "3.21"]
|
||||
python: ["3.10"]
|
||||
alpine: ["3.18"]
|
||||
# python: ["3.10", "3.11", "3.12", "3.13"]
|
||||
# alpine: ["3.18", "3.19", "3.20", "3.21"]
|
||||
# include:
|
||||
# - python: "3.10.6"
|
||||
# alpine: "3.16"
|
||||
@ -23,6 +25,14 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
echo ${{ github.actor }}
|
||||
echo ${{ github.repository_owner }}
|
||||
echo ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user