remove 'repository' arg from docker builds

This commit is contained in:
Oliver Walters 2021-10-12 21:29:55 +11:00
parent b9ad6bf9f9
commit ec24f77da8
3 changed files with 0 additions and 3 deletions

View File

@ -34,7 +34,6 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
target: production
repository: inventree/inventree
tags: inventree/inventree:latest
- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}

View File

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

View File

@ -35,5 +35,4 @@ jobs:
target: production
build-args:
tag: ${{ github.event.release.tag_name }}
repository: inventree/inventree
tags: inventree/inventree:${{ github.event.release.tag_name }}