File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 fail-fast : false
2727 matrix :
28- python-version : ['3.7', '3. 8', '3.9', '3.10 ']
28+ python-version : ['3.8', '3.9']
2929
3030 name : Publish (Indy)
3131 runs-on : ubuntu-latest
3535 - name : Gather image info
3636 id : info
3737 run : |
38- echo "::set-output name= repo-owner:: ${GITHUB_REPOSITORY_OWNER,,}"
38+ echo "repo-owner= ${GITHUB_REPOSITORY_OWNER,,} >> $GITHUB_OUTPUT "
3939
4040 - name : Cache Docker layers
4141 uses : actions/cache@v3
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- python-version : ['3.7', '3. 8', '3.9', '3.10 ']
21+ python-version : ['3.8', '3.9']
2222
2323 name : Publish
2424 runs-on : ubuntu-latest
2929 id : info
3030 run : |
3131 echo "::set-output name=repo-owner::${GITHUB_REPOSITORY_OWNER,,}"
32+ # echo "repo-owner=${GITHUB_REPOSITORY_OWNER,,} >> $GITHUB_OUTPUT"
3233
3334 - name : Cache Docker layers
3435 uses : actions/cache@v3
6667 images : |
6768 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
6869 tags : |
69- type=semver,pattern=py${{ matrix.python-version }}-{{version}}
70+ type=semver,pattern=py${{ matrix.python-version }}-{{ version }}
7071
7172 - name : Build and Push Image to ghcr.io
7273 uses : docker/build-push-action@v3
You can’t perform that action at this time.
0 commit comments