Skip to content

Commit

Permalink
Update publish
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
  • Loading branch information
WadeBarnes committed Jan 12, 2023
1 parent b30568e commit fc4c9e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-indy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']

name: Publish (Indy)
runs-on: ubuntu-latest
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Gather image info
id: info
run: |
echo "::set-output name=repo-owner::${GITHUB_REPOSITORY_OWNER,,}"
echo "repo-owner=${GITHUB_REPOSITORY_OWNER,,} >> $GITHUB_OUTPUT"
- name: Cache Docker layers
uses: actions/cache@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9']

name: Publish
runs-on: ubuntu-latest
Expand All @@ -29,6 +29,7 @@ jobs:
id: info
run: |
echo "::set-output name=repo-owner::${GITHUB_REPOSITORY_OWNER,,}"
# echo "repo-owner=${GITHUB_REPOSITORY_OWNER,,} >> $GITHUB_OUTPUT"
- name: Cache Docker layers
uses: actions/cache@v3
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
images: |
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
tags: |
type=semver,pattern=py${{ matrix.python-version }}-{{version}}
type=semver,pattern=py${{ matrix.python-version }}-{{ version }}
- name: Build and Push Image to ghcr.io
uses: docker/build-push-action@v3
Expand Down

0 comments on commit fc4c9e1

Please sign in to comment.