test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 6s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 5s Details

This commit is contained in:
Nicolas CARON 2024-03-13 11:57:22 +01:00
parent 538d39b70a
commit acb9b06f2a
1 changed files with 6 additions and 6 deletions

View File

@ -20,12 +20,12 @@ jobs:
container: gitea/act_runner:nightly-dind-rootless
steps:
- name: Login to Docker Registry
uses: docker/login-action@v2
with:
registry: git.coopgo.io
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Login to Docker Registry
# uses: docker/login-action@v2
# with:
# registry: git.coopgo.io
# username: ncaron
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Run Docker
# run: |