Fix `tags` for build & push action
parent
9f2433360c
commit
0c237b908e
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/docker-build-push@v4
|
||||
with:
|
||||
push: true
|
||||
tags:
|
||||
tags: |
|
||||
${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}
|
||||
${REGISTRY}/${IMAGE_NAMESPACE}:latest
|
||||
- name: Inspect image
|
||||
|
|
Loading…
Reference in New Issue