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 6s Details

This commit is contained in:
Nicolas CARON 2024-03-13 14:46:07 +01:00
parent ad69095f72
commit 9cbce9c764
1 changed files with 7 additions and 12 deletions

View File

@ -15,18 +15,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
login_docker_registry:
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Registry
uses: docker/login-action@v2
with:
registry: git.coopgo.io
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
build_and_push_image:
runs-on: ubuntu-latest
container: docker:latest
@ -57,6 +45,13 @@ jobs:
- name: Verify Docker installation
run: docker --version
- name: Login to Docker Registry
uses: docker/login-action@v2
with:
registry: git.coopgo.io
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
- name: Install dependencies
run: |
apt update