Skip to content

Commit

Permalink
Merge pull request #2 from curl/v8.1.2
Browse files Browse the repository at this point in the history
dummy PR for first release (which also fixes minor issue )
  • Loading branch information
xquery authored Jun 6, 2023
2 parents e8f1f13 + b7d5398 commit 282a3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_latest_release_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
# - run: make dist_name=curl-multi release_tag=$REL scan
# name: 'security scan image'
- run: |
buildah manifest push --all curl-base-multi:$REL "docker://ghcr.io/curl/curl-container/curl-multi:${REL}"
buildah manifest push --all curl-multi:$REL "docker://ghcr.io/curl/curl-container/curl:${REL}"
buildah manifest push --all curl-multi:$REL "docker://ghcr.io/curl/curl-container/curl-multi:${REL}"
buildah manifest push --all curl-base-multi:$REL "docker://ghcr.io/curl/curl-container/curl-base-multi:${REL}"
name: 'push images to github registry'
- name: Install Cosign
uses: sigstore/cosign-installer@main
Expand Down

0 comments on commit 282a3b6

Please sign in to comment.