Skip to content

Commit

Permalink
Merge pull request #20 from boegel/centos-7.9-python3_manifest
Browse files Browse the repository at this point in the history
also create manifest for centos-7.9-python3
  • Loading branch information
SebastianAchilles authored Jan 15, 2023
2 parents d5cb688 + 932220d commit 1d32961
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
strategy:
matrix:
tag:
- centos-7.9-python3
- centos-7.9
- centos-8.5
- centosstream-9
Expand Down Expand Up @@ -119,8 +120,8 @@ jobs:
run: |
docker manifest create \
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }} \
--amend ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-amd64 \
--amend ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-arm64
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-amd64 \
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-arm64
- name: Push manifest
if: github.event_name == 'push' && github.ref_name == 'main'
Expand Down

0 comments on commit 1d32961

Please sign in to comment.