2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

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 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
target: production target: production
build-args:
tag: ${{ github.event.release.tag_name }}
repository: inventree/inventree repository: inventree/inventree
tags: inventree/inventree:${{ github.event.release.tag_name }} tags: inventree/inventree:${{ github.event.release.tag_name }}