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 60f41c1 commit 7385872Copy full SHA for 7385872
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-buildx-action@v3
46
-
47
name: Login to Registry
48
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
49
with:
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
name: Set up Docker Buildx
43
44
- name: Log in to the Container registry
- uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
0 commit comments