diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b98fd6..72313fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,5 +59,7 @@ jobs: with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.vnum.formatted_version }} + tags: | + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.vnum.outputs.formatted_version }} + ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}