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 7632830 commit 826f478Copy full SHA for 826f478
.github/workflows/lxcfs.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: docker/setup-buildx-action@v3
51
-
52
name: Login to Registry
53
- uses: docker/login-action@v3.4.0
+ uses: docker/login-action@v3.5.0
54
with:
55
username: ${{ secrets.DOCKERHUB_USERNAME }}
56
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: Set up Docker Buildx
42
43
- name: Log in to the Container registry
44
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
45
46
registry: ${{ env.REGISTRY }}
47
username: ${{ github.actor }}
0 commit comments