Fix build-args in workflows

(cherry picked from commit a4aa4201f02b613ab23fdd3fe45db2c129a2baca)
This commit is contained in:
Oliver 2022-02-21 13:24:04 +11:00
parent 887e6295e2
commit 91560dcc6d
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
push: true
target: production
build-args:
branch: stable
branch=stable
tags: inventree/inventree:stable
- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}

View File

@ -34,5 +34,5 @@ jobs:
push: true
target: production
build-args:
tag: ${{ github.event.release.tag_name }}
tag=${{ github.event.release.tag_name }}
tags: inventree/inventree:${{ github.event.release.tag_name }}