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 / login_docker_registry (push) Failing after 5s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 3s Details

This commit is contained in:
Nicolas CARON 2024-03-13 12:01:42 +01:00
parent acb9b06f2a
commit 5a92886103
1 changed files with 14 additions and 10 deletions

View File

@ -15,18 +15,23 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
login_docker_registry:
runs-on: ubuntu-latest
container: docker: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: 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: Run Docker
# run: |
# docker --version
@ -34,8 +39,8 @@ jobs:
# docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
# docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
# - name: Get Gitea Tags
# id: get_tags
@ -63,4 +68,3 @@ jobs:
--build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \
--tag git.coopgo.io/coopgo-platform/mobility-accounts:test \
--push .
working-directory: /work