From b3be2da1156abcfecd730c4f3cbfad84a2415b90 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:09:00 -0500 Subject: [PATCH] update build-and-push (#71) * update build-and-push Bug: T378978 * auto update of tag --------- Co-authored-by: Github Action --- .github/workflows/build-and-push.yaml | 2 +- helm-quarry/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 7ecc5fe..2571c0c 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -30,7 +30,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . diff --git a/helm-quarry/values.yaml b/helm-quarry/values.yaml index 7ffd834..c2ec398 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -1,7 +1,7 @@ web: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-70 # web tag managed by github actions + tag: pr-71 # web tag managed by github actions worker: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-70 # worker tag managed by github actions + tag: pr-71 # worker tag managed by github actions