mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix for docker signing (#3363)
- Add required "images" attribute - Ref: https://github.com/docker/metadata-action#images-input
This commit is contained in:
parent
dbbdaf39c7
commit
aca58dedc0
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -68,6 +68,9 @@ jobs:
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
|
||||
with:
|
||||
images: |
|
||||
inventree/inventree
|
||||
- name: Build and Push
|
||||
id: build-and-push
|
||||
if: github.event_name != 'pull_request'
|
||||
|
Loading…
Reference in New Issue
Block a user