We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8590109 commit b3be2daCopy full SHA for b3be2da
.github/workflows/build-and-push.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Build and push
32
id: docker_build
33
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
34
with:
35
push: true
36
context: .
helm-quarry/values.yaml
@@ -1,7 +1,7 @@
1
web:
2
repository: 'quay.io/wikimedia-quarry/quarry'
3
- tag: pr-70 # web tag managed by github actions
+ tag: pr-71 # web tag managed by github actions
4
5
worker:
6
7
- tag: pr-70 # worker tag managed by github actions
+ tag: pr-71 # worker tag managed by github actions
0 commit comments