Skip to content

Commit

Permalink
Better matrix for updating descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Feb 4, 2023
1 parent 795eb16 commit e8ef5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
repository: ["cyb3rjak3/alpine-pypy", "cyb3rjak3/python-2.7.18", "cyb3rjak3/alpine-pypy"]
repository: ["alpine-pypy", "python-2.7.18", "alpine-pypy-builder"]
steps:
- uses: actions/checkout@v3

Expand All @@ -90,4 +90,4 @@ jobs:
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ matrix.repository }}
repository: "${{ env.DOCKER_USERNAME }}/${{ matrix.repository }}"

0 comments on commit e8ef5b2

Please sign in to comment.