From a0fa62aebb5ca19960de4b6636d95edb2555809a Mon Sep 17 00:00:00 2001 From: KevFan Date: Wed, 18 Oct 2023 13:48:19 +0100 Subject: [PATCH] test2 --- .github/workflows/build-image.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index c687e12c..e751286d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -53,8 +53,8 @@ jobs: with: context: . tags: ${{ steps.meta.outputs.tags }} - build-args: | - GITHUB_SHA=${{ github.sha }} +# build-args: | +# GITHUB_SHA=${{ github.sha }} cache-from: type=gha,scope=${{ matrix.platform == 'linux/amd64' && 'build-amd' || 'build-arm'}} cache-to: type=gha,mode=max,scope=${{ matrix.platform == 'linux/amd64' && 'build-amd' || 'build-arm'}} load: true diff --git a/README.md b/README.md index 2aa4c6dd..b2082929 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Limitador test +# Limitador test2 [![Limitador GH Workflow](https://github.com/Kuadrant/limitador/actions/workflows/rust.yml/badge.svg)](https://github.com/Kuadrant/limitador/actions/workflows/rust.yml) [![docs.rs](https://docs.rs/limitador/badge.svg)](https://docs.rs/limitador)