2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Merge pull request #2656 from SchrodingersGat/actions-fix

Fix build-args in workflows

(cherry picked from commit 5045e8c0662777b20ec56377f695c3ffcafeed23)
This commit is contained in:
Oliver 2022-02-21 13:56:29 +11:00
parent 8639febf79
commit 37bd57313e
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 }}