We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ac8b5 commit b5cb0c1Copy full SHA for b5cb0c1
1 file changed
.github/workflows/on_prerelease.yml
@@ -72,7 +72,7 @@ jobs:
72
steps:
73
- uses: actions/checkout@v3
74
- name: Login to DockerHub
75
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
76
with:
77
username: ${{ secrets.OHAI_DOCKER_HUB_ID }}
78
password: ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }}
@@ -138,7 +138,7 @@ jobs:
138
needs: [package-win]
139
140
141
142
143
144
0 commit comments