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
commit 7d3c0a7aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ 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: build-args: |
branch: stable branch=stable
repository: inventree/inventree repository: inventree/inventree
tags: inventree/inventree:stable tags: inventree/inventree:stable
- name: Image Digest - name: Image Digest

View File

@ -32,7 +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: build-args: |
tag: ${{ github.event.release.tag_name }} 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 }}