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 ec93622 commit 7f7eaadCopy full SHA for 7f7eaad
.github/workflows/ci.yml
@@ -47,12 +47,12 @@ jobs:
47
id: go-version
48
run: echo "name=version::$(go env GOVERSION)" >> $GITHUB_OUTPUT
49
- name: Login to Docker Hub
50
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
51
with:
52
username: ${{ secrets.DOCKERHUB_USERNAME }}
53
password: ${{ secrets.DOCKERHUB_PASSWORD }}
54
- name: Login to GitHub Container Registry
55
56
57
registry: ghcr.io
58
username: ${{ github.actor }}
0 commit comments