build(ci): enable image tag 'latest'
This commit is contained in:
parent
c3ae665d9d
commit
19bd946047
2 changed files with 2 additions and 0 deletions
1
.github/workflows/auto-update.yml
vendored
1
.github/workflows/auto-update.yml
vendored
|
|
@ -60,6 +60,7 @@ jobs:
|
||||||
type=edge
|
type=edge
|
||||||
type=schedule,pattern={{date 'YYYYMMDD'}}
|
type=schedule,pattern={{date 'YYYYMMDD'}}
|
||||||
type=raw,${{ needs.check.outputs.version }}
|
type=raw,${{ needs.check.outputs.version }}
|
||||||
|
type=raw,latest
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: build
|
id: build
|
||||||
|
|
|
||||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
||||||
type=edge
|
type=edge
|
||||||
type=schedule,pattern={{date 'YYYYMMDD'}}
|
type=schedule,pattern={{date 'YYYYMMDD'}}
|
||||||
type=raw,${{ needs.check.outputs.version }}
|
type=raw,${{ needs.check.outputs.version }}
|
||||||
|
type=raw,latest
|
||||||
|
|
||||||
- name: Save status
|
- name: Save status
|
||||||
run: echo ${{ toJSON(steps.meta.outputs.json) }} > ${{ github.workspace }}/status.json
|
run: echo ${{ toJSON(steps.meta.outputs.json) }} > ${{ github.workspace }}/status.json
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue