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 bfd27d5 commit c77857fCopy full SHA for c77857f
.github/workflows/build_images.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
pip3 install dockeree
33
- name: Login to DockerHub
34
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
35
with:
36
username: ${{ secrets.DOCKERHUB_USERNAME }}
37
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/build_images_regular.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments