File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22 image :
33 required : true
44 description : Image name
5+ run-tag :
6+ required : true
7+ description : Tag for this run
58 latest :
69 required : false
710 description : Tag image as latest
4043 done
4144
4245 # Create/overwrite manifest tags pointing at the original digest
43- docker buildx imagetools create "${ARGS[@]}" "${{ inputs.image }}"
46+ docker buildx imagetools create "${ARGS[@]}" "${{ inputs.image }}:${{ inputs.run-tag }} "
Original file line number Diff line number Diff line change @@ -122,5 +122,6 @@ jobs:
122122 - name : Build ${{ matrix.image }}
123123 uses : ./.github/actions/promote-image
124124 with :
125- image : ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image }}:rn-${{ github.run_number }}-a${{ github.run_attempt }}
125+ image : ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image }}
126+ run-tag : rn-${{ github.run_number }}-a${{ github.run_attempt }}
126127 latest : ${{ inputs.latest || false }}
You can’t perform that action at this time.
0 commit comments