Fix `tags` for build & push action

master
Gertjan Krol 2023-09-01 23:50:27 +02:00
parent 9f2433360c
commit 0c237b908e
1 changed files with 1 additions and 1 deletions

View File

@ -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