2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -187,6 +187,7 @@ Find a full list of used third-party libraries in [our documentation](https://do
<p>With ongoing resources provided by:</p> <p>With ongoing resources provided by:</p>
<p align="center"> <p align="center">
<a href="https://depot.dev?utm_source=inventree"><img src="https://depot.dev/badges/built-with-depot.svg" alt="Built with Depot" /></a>
<a href="https://inventree.org/digitalocean"> <a href="https://inventree.org/digitalocean">
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px" alt="Servers by Digital Ocean"> <img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px" alt="Servers by Digital Ocean">
</a> </a>