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.
2 parents 45ef2c7 + 396a027 commit 98e2414Copy full SHA for 98e2414
.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.14.0
+ uses: docker/build-push-action@v6.18.0
74
with:
75
context: .
76
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/main') }}
0 commit comments