Fix to tag

This commit is contained in:
nicko170 2022-02-08 23:25:41 +11:00 committed by GitHub
parent ac15d52c5e
commit bd674993f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,5 +47,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}, ${{ steps.set_tag.outputs.tag }}
tags: ${{ steps.meta.outputs.tags }}, ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}:${{ steps.set_tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}