Skip to content

Commit b3be2da

Browse files
vivian-rookGithub Action
andauthored
update build-and-push (#71)
* update build-and-push Bug: T378978 * auto update of tag --------- Co-authored-by: Github Action <auto@github.com>
1 parent 8590109 commit b3be2da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build and push
3232
id: docker_build
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
push: true
3636
context: .

helm-quarry/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
web:
22
repository: 'quay.io/wikimedia-quarry/quarry'
3-
tag: pr-70 # web tag managed by github actions
3+
tag: pr-71 # web tag managed by github actions
44

55
worker:
66
repository: 'quay.io/wikimedia-quarry/quarry'
7-
tag: pr-70 # worker tag managed by github actions
7+
tag: pr-71 # worker tag managed by github actions

0 commit comments

Comments
 (0)