diff --git a/.github/workflows/deploy-images.yml b/.github/workflows/deploy-images.yml index 54f1027..c8ab42d 100644 --- a/.github/workflows/deploy-images.yml +++ b/.github/workflows/deploy-images.yml @@ -11,11 +11,11 @@ on: - master jobs: - public-image: + public-images: strategy: matrix: python-version: ['3{0}10', '3{0}11', '3{0}12'] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: packages: write contents: read @@ -62,11 +62,11 @@ jobs: tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}_py_${{ format(matrix.python-version, '_') }}:${{ env.GIT_REF }} labels: ${{ steps.meta.outputs.labels }} - internal-py312-image: + internal-images: strategy: matrix: python-version: ['3{0}10', '3{0}11', '3{0}12'] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: id-token: write contents: read diff --git a/.github/workflows/deploy-shell.yaml b/.github/workflows/deploy-shell.yaml index 5c98524..18a52b3 100644 --- a/.github/workflows/deploy-shell.yaml +++ b/.github/workflows/deploy-shell.yaml @@ -12,7 +12,7 @@ on: jobs: public-py311-image: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: packages: write contents: read @@ -60,7 +60,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} internal-py311-image: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: id-token: write contents: read diff --git a/.github/workflows/deploy-stable.yaml b/.github/workflows/deploy-stable.yaml index 96c4e1e..df08f7e 100644 --- a/.github/workflows/deploy-stable.yaml +++ b/.github/workflows/deploy-stable.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: python-version: ['3{0}10', '3{0}11', '3{0}12'] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: packages: write contents: read @@ -54,7 +54,7 @@ jobs: strategy: matrix: python-version: ['3{0}10', '3{0}11', '3{0}12'] - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large permissions: id-token: write contents: read