fix(ci): update variable name
This commit is contained in:
parent
edcee500eb
commit
d4fb0a1866
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
tags: |
|
||||
type=edge
|
||||
type=schedule,pattern={{date 'YYYYMMDD'}}
|
||||
type=raw,${{ needs.check.outputs.version }}
|
||||
type=raw,${{ needs.check.outputs.new_ver }}
|
||||
type=raw,latest
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
VERSION=${{ needs.check.outputs.version }}
|
||||
VERSION=${{ needs.check.outputs.new_ver }}
|
||||
|
||||
- name: Save metadata
|
||||
run: echo ${{ toJSON(steps.build.outputs.metadata) }} > ${{ github.workspace }}/meta.json
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue