File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 build :
1616 outputs :
1717 image_tag : ${{ steps.meta.outputs.tags }}
18+ version : ${{ steps.version.outputs.VERSION }}
1819 permissions :
1920 contents : read
2021 packages : write
5354 tags : |
5455 type=raw,value=${{ steps.version.outputs.VERSION }}
5556 type=raw,value=latest
57+ flavor : |
58+ suffix=${{ matrix.tag-suffix }},onlatest=false
5659 - name : Log in to the Container registry
5760 uses : docker/login-action@v3
5861 with :
9093 - name : Create manifest
9194 run : |
9295 docker buildx imagetools create \
93- -t ${{ needs.build.outputs.image_tag }} \
94- ${{ needs.build.outputs.image_tag }} -amd \
95- ${{ needs.build.outputs.image_tag }} -arm
96+ -t ghcr.io/stackgenhq/cloud2code:latest \
97+ ghcr.io/stackgenhq/cloud2code:latest -amd \
98+ ghcr.io/stackgenhq/cloud2code:latest -arm
9699
100+ docker buildx imagetools create \
101+ -t ghcr.io/stackgenhq/cloud2code:${{ needs.build.outputs.version }} \
102+ ghcr.io/stackgenhq/cloud2code:${{ needs.build.outputs.version }}-amd \
103+ ghcr.io/stackgenhq/cloud2code:${{ needs.build.outputs.version }}-arm
Original file line number Diff line number Diff line change 1515 build :
1616 outputs :
1717 image_tag : ${{ steps.meta.outputs.tags }}
18+ version : ${{ steps.version.outputs.VERSION }}
1819 permissions :
1920 contents : read
2021 packages : write
5354 tags : |
5455 type=raw,value=${{ steps.version.outputs.VERSION }}
5556 type=raw,value=latest
57+ flavor : |
58+ suffix=${{ matrix.tag-suffix }},onlatest=false
5659 - name : Log in to the Container registry
5760 uses : docker/login-action@v3
5861 with :
8992 - name : Create manifest
9093 run : |
9194 docker buildx imagetools create \
92- -t ${{ needs.build.outputs.image_tag }} \
93- ${{ needs.build.outputs.image_tag }}-amd \
94- ${{ needs.build.outputs.image_tag }}-arm
95+ -t ghcr.io/stackgenhq/stackgen:latest \
96+ ghcr.io/stackgenhq/stackgen:latest-amd \
97+ ghcr.io/stackgenhq/stackgen:latest-arm
98+
99+ docker buildx imagetools create \
100+ -t ghcr.io/stackgenhq/stackgen:${{ needs.build.outputs.version }} \
101+ ghcr.io/stackgenhq/stackgen:${{ needs.build.outputs.version }}-amd \
102+ ghcr.io/stackgenhq/stackgen:${{ needs.build.outputs.version }}-arm
95103
You can’t perform that action at this time.
0 commit comments