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 1055a19 commit f13e165Copy full SHA for f13e165
1 file changed
.github/workflows/sdk.yaml
@@ -71,14 +71,14 @@ jobs:
71
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
72
73
- name: Login to GitHub Container Registry
74
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
75
with:
76
registry: ghcr.io
77
username: ${{ github.actor }}
78
password: ${{ secrets.GITHUB_TOKEN }}
79
80
- name: Login to DockerHub
81
82
83
username: ${{ secrets.DOCKERHUB_USERNAME }}
84
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments