We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc622a commit eeeb14dCopy full SHA for eeeb14d
.github/workflows/develop.yml
@@ -18,7 +18,7 @@ jobs:
18
ref: develop
19
20
- name: Login to Docker Hub
21
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
22
with:
23
username: meisnate12
24
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
.github/workflows/latest.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
16
17
.github/workflows/version.yml
fetch-depth: 0
0 commit comments