Compare commits
2
Commits
d373ec829c
...
800b6744ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
800b6744ae | ||
|
|
e06016eb42 |
@@ -24,7 +24,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch full history, keeping all commits
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.thuanle.me
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
needs: [build]
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.thuanle.me
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user