We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3723750 commit 91fbd97Copy full SHA for 91fbd97
.github/workflows/deploy.yml
@@ -18,13 +18,13 @@ jobs:
18
uses: docker/setup-buildx-action@v2
19
20
- name: Login to DockerHub
21
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
22
with:
23
username: theorangeone
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
25
26
- name: Login to GitHub Container Registry
27
28
29
registry: ghcr.io
30
username: ${{ github.repository_owner }}
0 commit comments