mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix build-args in workflows
(cherry picked from commit a4aa4201f02b613ab23fdd3fe45db2c129a2baca)
This commit is contained in:
parent
887e6295e2
commit
91560dcc6d
2
.github/workflows/docker_stable.yaml
vendored
2
.github/workflows/docker_stable.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
target: production
|
target: production
|
||||||
build-args:
|
build-args:
|
||||||
branch: stable
|
branch=stable
|
||||||
tags: inventree/inventree:stable
|
tags: inventree/inventree:stable
|
||||||
- name: Image Digest
|
- name: Image Digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
2
.github/workflows/docker_tag.yaml
vendored
2
.github/workflows/docker_tag.yaml
vendored
@ -34,5 +34,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
target: production
|
target: production
|
||||||
build-args:
|
build-args:
|
||||||
tag: ${{ github.event.release.tag_name }}
|
tag=${{ github.event.release.tag_name }}
|
||||||
tags: inventree/inventree:${{ github.event.release.tag_name }}
|
tags: inventree/inventree:${{ github.event.release.tag_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user