Skip to content

Commit fc4c9e1

Browse files
committed
Update publish
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent b30568e commit fc4c9e1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish-indy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -29,6 +29,7 @@ jobs:
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
@@ -66,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)