[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:
ChristopherHX
2023-03-16 22:49:26 +01:00
committed by GitHub
parent 7137367644
commit dea4e32c50
+1 -1
View File
@@ -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 }}