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 05d7284 commit 566e334Copy full SHA for 566e334
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/setup-buildx-action@v3
50
-
51
name: Login to Registry
52
- uses: docker/login-action@v3.4.0
+ uses: docker/login-action@v3.5.0
53
with:
54
username: ${{ secrets.DOCKERHUB_USERNAME }}
55
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
name: Set up Docker Buildx
47
48
- name: Log in to the Container registry
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
0 commit comments