Specify tag when publishing release build to docker hub

This commit is contained in:
Oliver 2021-08-12 22:01:42 +10:00
parent 31bb7734ce
commit a3ff90754d

View File

@ -32,5 +32,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
target: production
build-args:
tag: ${{ github.event.release.tag_name }}
repository: inventree/inventree
tags: inventree/inventree:${{ github.event.release.tag_name }}