We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff1c6b commit 08473deCopy full SHA for 08473de
.github/workflows/dev_build.yml
@@ -23,7 +23,7 @@ jobs:
23
continue-on-error: true
24
25
- name: 🔐 Login to Docker Hub
26
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
27
with:
28
registry: registry.cevi.tools
29
username: ${{ secrets.DOCKERHUB_USERNAME }}
.github/workflows/prod_build.yml
0 commit comments