This commit is contained in:
@ -12,14 +12,12 @@ jobs:
|
||||
steps:
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
- name: debug
|
||||
run: echo "${{ secrets.GITEA_TOKEN}}" > p && sleep 300
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.s-algo.com
|
||||
username: ${{ gitea.repository_owner }}
|
||||
username: token
|
||||
password: ${{ secrets.GITEA_TOKEN}}
|
||||
|
||||
- name: Extract metadata
|
||||
|
Reference in New Issue
Block a user