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 4a03088 commit 1589da4Copy full SHA for 1589da4
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
password: ${{ secrets.GITHUB_TOKEN }}
71
72
- name: Build and push master Docker image
73
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.14.0
74
with:
75
context: .
76
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}
0 commit comments