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.
2 parents ad54a24 + 4ef6574 commit 324f2f9Copy full SHA for 324f2f9
.github/workflows/build.yaml
@@ -38,13 +38,13 @@ jobs:
38
go-version: 1.24.1
39
40
- name: Login to Docker Hub
41
- uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
42
with:
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
45
46
- name: Login to GHCR
47
48
49
registry: ghcr.io
50
username: ${{ github.actor }}
0 commit comments