ci(aio): add latest tag images (#1884)

Tangentially also fixes #1868
This commit is contained in:
Ettore Di Giacinto 2024-03-23 16:08:32 +01:00 committed by GitHub
parent d9456f2a23
commit 49cec7fd61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

View file

@ -145,6 +145,7 @@ jobs:
type=ref,event=branch
type=semver,pattern={{raw}}
flavor: |
latest=${{ inputs.tag-latest }}
suffix=${{ inputs.aio }}
- name: Docker meta AIO (dockerhub)
if: inputs.aio != ''
@ -157,6 +158,7 @@ jobs:
type=ref,event=branch
type=semver,pattern={{raw}}
flavor: |
latest=${{ inputs.tag-latest }}
suffix=${{ inputs.aio }}
- name: Set up QEMU
uses: docker/setup-qemu-action@master