build(ci): enable image tag 'latest'

This commit is contained in:
Mogeko 2021-11-15 22:27:01 +00:00
parent c3ae665d9d
commit 19bd946047
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C
2 changed files with 2 additions and 0 deletions

View file

@ -60,6 +60,7 @@ jobs:
type=edge
type=schedule,pattern={{date 'YYYYMMDD'}}
type=raw,${{ needs.check.outputs.version }}
type=raw,latest
- name: Build and push Docker image
id: build

View file

@ -57,6 +57,7 @@ jobs:
type=edge
type=schedule,pattern={{date 'YYYYMMDD'}}
type=raw,${{ needs.check.outputs.version }}
type=raw,latest
- name: Save status
run: echo ${{ toJSON(steps.meta.outputs.json) }} > ${{ github.workspace }}/status.json