mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
use repo name for ghcr name
This commit is contained in:
parent
9c10ad4c85
commit
0ea076f7b6
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
inventree/inventree
|
inventree/inventree
|
||||||
ghcr.io/inventree/inventree
|
ghcr.io/${{ github.repository }}
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
id: build-and-push
|
id: build-and-push
|
||||||
|
Loading…
Reference in New Issue
Block a user