Update main.yml

This commit is contained in:
Nicholas Orlowsky 2023-01-02 15:48:25 -06:00 committed by GitHub
parent 6505e4020b
commit 06bdabbda3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,5 +59,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:1.0.1 tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.vnum.formatted_version }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}