From 76b5e103187b49880b6c858bd1f08982ac9a2a06 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 23 Nov 2024 14:18:12 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc785472..fdf298db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Docker image, latest](https://img.shields.io/docker/image-size/invoiceninja/invoiceninja/latest?label=latest)](https://hub.docker.com/r/invoiceninja/invoiceninja) [![Docker image, alpine](https://img.shields.io/docker/image-size/invoiceninja/invoiceninja/alpine?label=alpine)](https://hub.docker.com/r/invoiceninja/invoiceninja) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/invoiceninja)](https://artifacthub.io/packages/search?repo=invoiceninja) -[![Pusblish Image](https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image.yaml/badge.svg)](https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image.yaml) [![Cache v5 Image](https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-v5.yaml/badge.svg)](https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-v5.yaml) +[![Publish Image](https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image.yaml/badge.svg)](https://github.com/invoiceninja/dockerfiles/actions/workflows/publish-image.yaml) +[![Cache v5 Image](https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-v5.yaml/badge.svg)](https://github.com/invoiceninja/dockerfiles/actions/workflows/build-image-v5.yaml) # Docker for [Invoice Ninja](https://www.invoiceninja.com/) From 8863ed9e38651d62c9dba31c318d58a89e38eacd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 11 Dec 2024 09:54:48 +1100 Subject: [PATCH 2/2] Updates for github actions --- .github/workflows/build-image-v4.yaml | 2 +- .github/workflows/build-image-v5.yaml | 2 +- .github/workflows/publish-image.yaml | 2 +- .github/workflows/test-charts.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-image-v4.yaml b/.github/workflows/build-image-v4.yaml index 8d555fb8..956556e6 100644 --- a/.github/workflows/build-image-v4.yaml +++ b/.github/workflows/build-image-v4.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-4-${{ hashFiles('alpine/5/cache_buster') }}-${{ github.sha }} diff --git a/.github/workflows/build-image-v5.yaml b/.github/workflows/build-image-v5.yaml index 19c4a443..25b7aac6 100644 --- a/.github/workflows/build-image-v5.yaml +++ b/.github/workflows/build-image-v5.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-5-${{ hashFiles('alpine/5/cache_buster') }}-${{ github.sha }} diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index a7a7d786..45e76688 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -45,7 +45,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Cache Docker layers - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ steps.prep.outputs.major }}-${{ hashFiles('alpine/${{ steps.prep.outputs.major }}/cache_buster') }}-${{ github.sha }} diff --git a/.github/workflows/test-charts.yaml b/.github/workflows/test-charts.yaml index 14120641..0132bfe1 100644 --- a/.github/workflows/test-charts.yaml +++ b/.github/workflows/test-charts.yaml @@ -12,7 +12,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: - "1.23.15" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0