mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2142 from SchrodingersGat/docker-repo-fix
remove 'repository' arg from docker builds
This commit is contained in:
commit
2990dbf512
1
.github/workflows/docker_latest.yaml
vendored
1
.github/workflows/docker_latest.yaml
vendored
@ -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 }}
|
||||
|
1
.github/workflows/docker_stable.yaml
vendored
1
.github/workflows/docker_stable.yaml
vendored
@ -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 }}
|
||||
|
1
.github/workflows/docker_tag.yaml
vendored
1
.github/workflows/docker_tag.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user