mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Specify tag when publishing release build to docker hub
This commit is contained in:
parent
31bb7734ce
commit
a3ff90754d
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user