[no ci] Fix publishing *-latest tags for flavours
The last build of the tag has a `20220215` label, just before refactoring from bash to powershell Fixes https://github.com/nektos/act/issues/1684
This commit is contained in:
@@ -298,7 +298,7 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
if: ${{ ( github.event_name != 'pull_request' && github.event_name != 'push' && !env.ACT ) }}
|
if: ${{ ( github.event_name != 'pull_request' && github.event_name != 'push' && !env.ACT ) }}
|
||||||
env:
|
env:
|
||||||
TAG: ${{ matrix.TYPE }}-${{ matrix.TAG }}-${{ env.PART_TAG }}
|
TAG: ${{ matrix.TYPE }}-${{ matrix.TAG }}
|
||||||
FROM_IMAGE: ghcr.io/${{ env.SLUG }}
|
FROM_IMAGE: ghcr.io/${{ env.SLUG }}
|
||||||
FROM_TAG: act-${{ matrix.TAG }}-${{ env.PART_TAG }}
|
FROM_TAG: act-${{ matrix.TAG }}-${{ env.PART_TAG }}
|
||||||
BUILD_TAG_VERSION: ${{ env.PART_TAG }}
|
BUILD_TAG_VERSION: ${{ env.PART_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user