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 634df37 commit 95de9fdCopy full SHA for 95de9fd
.github/workflows/docker.yml
@@ -16,11 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
- #- name: Login to Docker Hub
20
- # uses: docker/login-action@v3
21
- # with:
22
- # username: ${{ secrets.DOCKERHUB_USER }}
23
- # password: ${{ secrets.DOCKERHUB_TOKEN }}
+ - name: Login to Docker Hub
+ uses: docker/login-action@v3
+ with:
+ username: ${{ secrets.DOCKERHUB_USER }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
24
25
- name: Extract metadata
26
id: metadata
0 commit comments