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 0d55a72 commit 1d1cf49Copy full SHA for 1d1cf49
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v3
27
28
- name: Log in to the Container registry
29
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
30
with:
31
registry: ${{ secrets.DOCKERHUB_REGISTRY }}
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build and push image
46
id: docker-push
47
- uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
+ uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
48
49
context: .
50
provenance: mode=max
0 commit comments