From 5612068b9813e443fac82c2da35e3beae46f01ed Mon Sep 17 00:00:00 2001 From: Yeger Date: Thu, 19 Dec 2024 23:01:11 +0200 Subject: [PATCH 1/2] Update update-container-tags.yaml --- .github/workflows/update-container-tags.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-container-tags.yaml b/.github/workflows/update-container-tags.yaml index e92a183..9ff5494 100644 --- a/.github/workflows/update-container-tags.yaml +++ b/.github/workflows/update-container-tags.yaml @@ -8,6 +8,8 @@ name: update container tags jobs: update-container-tags: runs-on: ubuntu-latest + env: + GITHUB_REF: ${{ github.head_ref }} steps: - uses: actions/checkout@v2 with: @@ -19,7 +21,7 @@ jobs: git fetch - name: git checkout run: | - git checkout ${{ github.head_ref }} + git checkout "$GITHUB_REF" # compare to upstream main branch - name: git add remote @@ -40,6 +42,6 @@ jobs: add: 'helm-quarry/values.yaml' author_name: Github Action author_email: auto@github.com - branch: ${{ github.head_ref }} + branch: ${{ env.GITHUB_REF }} message: 'auto update of ${{ inputs.imagename }} tag' pull: --rebase --autostash From 4ca3f23bc6320e9d833a8470e6ee8c661a8d22d1 Mon Sep 17 00:00:00 2001 From: Github Action Date: Fri, 13 Jun 2025 10:40:01 +0000 Subject: [PATCH 2/2] auto update of tag --- helm-quarry/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-quarry/values.yaml b/helm-quarry/values.yaml index be1c072..1c694b3 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -1,6 +1,6 @@ web: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-54 # web tag managed by github actions + tag: pr-72 # web tag managed by github actions resources: requests: memory: "300Mi" @@ -11,7 +11,7 @@ web: worker: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-54 # worker tag managed by github actions + tag: pr-72 # worker tag managed by github actions resources: requests: memory: "400Mi"