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 288ae4f commit f0a846bCopy full SHA for f0a846b
.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.14.0
+ uses: docker/build-push-action@v6.15.0
46
with:
47
push: true
48
tags: ${{ steps.meta.outputs.tags }}
0 commit comments