diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index dfb78b7..1a4cbb8 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -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