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 container: gitea/act_runner:nightly-dind-rootless
steps: steps:
- name: Login to Docker Registry # - name: Login to Docker Registry
uses: docker/login-action@v2 # uses: docker/login-action@v2
with: # with:
registry: git.coopgo.io # registry: git.coopgo.io
username: ncaron # username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d # password: 6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Run Docker # - name: Run Docker
# run: | # run: |