Skip to content

Commit

Permalink
Merge pull request #83 from containers/fix-release-container-push
Browse files Browse the repository at this point in the history
ci(release-container): add `--all` to `buildah manifest push`
  • Loading branch information
k9withabone committed May 28, 2024
2 parents f3df787 + 2823bb3 commit 1e61995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: |
buildah manifest push "${MANIFEST}:latest" \
buildah manifest push "${MANIFEST}:latest" --all \
--creds "${USERNAME}:${PASSWORD}" \
"docker://ghcr.io/containers/podlet:${GITHUB_REF_NAME}" && \
buildah manifest push "${MANIFEST}:latest" \
buildah manifest push "${MANIFEST}:latest" --all \
--creds "${USERNAME}:${PASSWORD}" \
"docker://ghcr.io/containers/podlet:latest"

0 comments on commit 1e61995

Please sign in to comment.