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