2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Merge pull request #2088 from inventree/0.5.0

Fixes for docker build steps
This commit is contained in:
Oliver
2021-10-01 13:46:34 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
target: production
build-args:
branch: stable
build-args: |
branch=stable
repository: inventree/inventree
tags: inventree/inventree:stable
- name: Image Digest

View File

@ -32,7 +32,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
target: production
build-args:
tag: ${{ github.event.release.tag_name }}
build-args: |
tag=${{ github.event.release.tag_name }}
repository: inventree/inventree
tags: inventree/inventree:${{ github.event.release.tag_name }}