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