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 ca0b8fa commit 3606361Copy full SHA for 3606361
.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