Skip to content

Commit

Permalink
Build branch, not main (#58)
Browse files Browse the repository at this point in the history
* Build branch, not main

Bug: T367630

* auto update of  tag

---------

Co-authored-by: Github Action <auto@github.com>
  • Loading branch information
2 people authored and Andrew Bogott committed Jun 18, 2024
1 parent 76f47f8 commit 906d978
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: git fetch
run: |
git fetch
- name: git checkout
run: |
git checkout ${{ github.head_ref }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
4 changes: 2 additions & 2 deletions helm-quarry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
web:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-57 # web tag managed by github actions
tag: pr-58 # web tag managed by github actions

worker:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-57 # worker tag managed by github actions
tag: pr-58 # worker tag managed by github actions

0 comments on commit 906d978

Please sign in to comment.