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 04ea064 + 3606361 commit c3743fcCopy full SHA for c3743fc
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
helm push dragonfly-operator-${{ env.VERSION }}.tgz oci://ghcr.io/dragonflydb/dragonfly-operator/helm
88
89
- name: Build and Publish image into GHCR
90
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
91
with:
92
context: .
93
file: ./Dockerfile
0 commit comments