Skip to content

Commit

Permalink
Update merge-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Mar 5, 2025
1 parent 5f33d41 commit 12b40db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/merge-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,3 @@ jobs:
run: |
docker manifest inspect ${{ inputs.name }}
docker manifest push ${{ inputs.name }}
- name: Delete the AMD64 and ARM64 manifest
continue-on-error: true
run: |
docker manifest rm ${{ inputs.name }}--amd64
docker manifest rm ${{ inputs.name }}--arm64

0 comments on commit 12b40db

Please sign in to comment.