File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 platforms : linux/amd64,linux/arm/v7,linux/arm64/v8
9191 build-args : " APP_VERSION=${{ steps.slug.outputs.version }}"
9292 tags : |
93- ghcr.io/${{ github.actor }}/${{ github.event. repository.name }}:latest
94- ghcr.io/${{ github.actor }}/${{ github.event. repository.name }}:${{ steps.slug.outputs.version }}
95- ghcr.io/${{ github.actor }}/${{ github.event. repository.name }}:${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}
96- ghcr.io/${{ github.actor }}/${{ github.event. repository.name }}:${{ steps.slug.outputs.version-major }}
93+ ghcr.io/${{ github.repository }}:latest
94+ ghcr.io/${{ github.repository }}:${{ steps.slug.outputs.version }}
95+ ghcr.io/${{ github.repository }}:${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}
96+ ghcr.io/${{ github.repository }}:${{ steps.slug.outputs.version-major }}
You can’t perform that action at this time.
0 commit comments