parent
2cb4994fd5
commit
dc3d39c04d
|
@ -23,7 +23,7 @@ jobs:
|
||||||
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
|
||||||
run: ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}
|
run: ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in New Issue