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 dcce597 commit d895af0Copy full SHA for d895af0
.github/workflows/cd.yml
@@ -42,7 +42,7 @@ jobs:
42
type=sha,priority=850,prefix=
43
- name: Build and push Docker image
44
id: push
45
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.14.0
46
with:
47
push: true
48
tags: ${{ steps.meta.outputs.tags }}
0 commit comments