release latest image name
This commit is contained in:
parent
89fd056e4e
commit
416b205e9d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/matrix-build.yml
vendored
3
.github/workflows/matrix-build.yml
vendored
|
@ -70,4 +70,5 @@ jobs:
|
||||||
|
|
||||||
- name: Push manifests
|
- name: Push manifests
|
||||||
run: |
|
run: |
|
||||||
docker manifest push $DOCKER_REPO:${{ steps.vars.outputs.version }}
|
docker manifest push $DOCKER_REPO:v${{ steps.vars.outputs.version }}
|
||||||
|
docker manifest push $DOCKER_REPO:latest
|
||||||
|
|
Loading…
Reference in a new issue