Skip to content

Commit

Permalink
ci: try fixup manifest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent 923fa46 commit 894fdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/manifest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ runs:
- name: Create and push manifest images
shell: bash
run: |
docker buildx imagetools create --dry-run -t ${{ inputs.repository }}:${{ inputs.tag }} ${{ steps.generate_images_list.outputs.images }}
docker buildx imagetools create -t ${{ inputs.repository }}:${{ inputs.tag }} -t ${{ inputs.repository }}:${{ inputs.tag }} ${{ steps.generate_images_list.outputs.images }}
docker buildx imagetools create --dry-run -t ${{ inputs.tag }} ${{ steps.generate_images_list.outputs.images }}
docker buildx imagetools create -t ${{ inputs.tag }} ${{ steps.generate_images_list.outputs.images }}

0 comments on commit 894fdcc

Please sign in to comment.