Spaces:
Runtime error
Runtime error
dependabot[bot]
commited on
Commit
•
1cd336c
1
Parent(s):
026f779
build(deps): bump docker/login-action from 2 to 3 (#410)
Browse files
.github/workflows/docker.yml
CHANGED
@@ -40,7 +40,7 @@ jobs:
|
|
40 |
key: buildx-cache
|
41 |
# Login to ghcr.io
|
42 |
- name: Log in to Docker Hub
|
43 |
-
uses: docker/login-action@
|
44 |
with:
|
45 |
username: neonmmd
|
46 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
40 |
key: buildx-cache
|
41 |
# Login to ghcr.io
|
42 |
- name: Log in to Docker Hub
|
43 |
+
uses: docker/login-action@v3
|
44 |
with:
|
45 |
username: neonmmd
|
46 |
password: ${{ secrets.DOCKERHUB_TOKEN }}
|