@@ -26,17 +26,10 @@ jobs:
2626 echo ::set-output name=major_tag::${MAJOR_ONLY}
2727 echo ::set-output name=major_minor_tag::${MAJOR_MINOR}
2828 echo ::set-output name=short_commit::${SHORT_COMMIT}
29- if [[ ${{ matrix.target.Dockerfile }} == *"alpine"* ]]; then
30- echo ::set-output name=full_tag_name::${TAG}-alpine
31- echo ::set-output name=full_major_tag::${MAJOR_ONLY}-alpine
32- echo ::set-output name=full_major_minor_tag::${MAJOR_MINOR}-alpine
33- echo ::set-output name=latest_tag::latest-alpine
34- else
35- echo ::set-output name=full_tag_name::${TAG}
36- echo ::set-output name=full_major_tag::${MAJOR_ONLY}
37- echo ::set-output name=full_major_minor_tag::${MAJOR_MINOR}
38- echo ::set-output name=latest_tag::latest
39- fi
29+ echo ::set-output name=full_tag_name::${TAG}
30+ echo ::set-output name=full_major_tag::${MAJOR_ONLY}
31+ echo ::set-output name=full_major_minor_tag::${MAJOR_MINOR}
32+ echo ::set-output name=latest_tag::latest
4033
4134
4235 - name : Log in to the Container registry
5952 platforms : linux/amd64,linux/arm64
6053 push : true
6154 build-args : |
62- BUILD_VERSION=${{ steps.prepare.outputs.tag_name }}
63- BUILD_SHA=${{ steps.prepare.outputs.short_commit }}
55+ RSHELL_VERSION=${{ steps.prepare.outputs.tag_name }}
6456 tags : |
6557 ghcr.io/${{ github.repository }}:${{ steps.prepare.outputs.full_tag_name }}
6658 ghcr.io/${{ github.repository }}:${{ steps.prepare.outputs.full_major_tag }}
0 commit comments