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 64ac093 commit a259f48Copy full SHA for a259f48
1 file changed
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.QUAY_PASSWORD }}
41
- name: Build and push
42
id: build-push
43
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
44
with:
45
context: .
46
push: ${{ github.event_name != 'pull_request' }}
0 commit comments