2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Docker improve build times (#8680)

* Update docker.yaml (#278)

* update README.md
This commit is contained in:
Matthias Mair
2024-12-17 00:13:58 +01:00
committed by GitHub
parent 9dc4fc1f8f
commit 6fc7c4d2fe
2 changed files with 4 additions and 2 deletions

View File

@ -166,12 +166,13 @@ jobs:
images: |
inventree/inventree
ghcr.io/${{ github.repository }}
- uses: depot/setup-action@v1
- name: Push Docker Images
id: push-docker
if: github.event_name != 'pull_request'
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # pin@v6.10.0
uses: depot/build-push-action@v1
with:
project: jczzbjkk68
context: .
file: ./contrib/container/Dockerfile
platforms: linux/amd64,linux/arm64