We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3312188 commit 544fef9Copy full SHA for 544fef9
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout the repository
13
uses: actions/checkout@v4
14
- name: Login to DockerHub
15
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
16
with:
17
username: ${{ secrets.DOCKERHUB_USERNAME }}
18
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments