[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
|
||||
if: ${{ ( github.event_name != 'pull_request' && github.event_name != 'push' && !env.ACT ) }}
|
||||
env:
|
||||
TAG: ${{ matrix.TYPE }}-${{ matrix.TAG }}-${{ env.PART_TAG }}
|
||||
TAG: ${{ matrix.TYPE }}-${{ matrix.TAG }}
|
||||
FROM_IMAGE: ghcr.io/${{ env.SLUG }}
|
||||
FROM_TAG: act-${{ matrix.TAG }}-${{ env.PART_TAG }}
|
||||
BUILD_TAG_VERSION: ${{ env.PART_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user