Test
Some checks failed
Build release Docker image / Build Docker Images (push) Failing after 4m22s

This commit is contained in:
2025-11-20 01:42:45 +01:00
parent ee8efecdec
commit 4815157c3a
2 changed files with 17 additions and 17 deletions

View File

@@ -33,21 +33,21 @@ jobs:
username: admin username: admin
password: Apslxnap12bn23 password: Apslxnap12bn23
- name: Debug Docker and Registry - name: Debug Docker and Registry
run: | run: |
echo "=== Docker version ===" echo "=== Docker version ==="
docker version docker version
echo "=== Docker info ===" echo "=== Docker info ==="
docker info docker info
echo "=== Current tags ===" echo "=== Current tags ==="
docker images | grep "$DOCKER_REGISTRY_URL" docker images | grep "$DOCKER_REGISTRY_URL"
echo "=== Test simple image push ===" echo "=== Test simple image push ==="
docker pull busybox:latest docker pull busybox:latest
docker tag busybox:latest $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest docker tag busybox:latest $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest
docker push $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest || echo "Test push failed" docker push $DOCKER_REGISTRY_URL/$DOCKER_REGISTRY_ORG/test-busybox:latest || echo "Test push failed"
# Build the Docker image # Build the Docker image
- name: Build the Docker image - name: Build the Docker image

View File

@@ -1,6 +1,6 @@
{ {
"name": "harmony-back", "name": "harmony-back",
"version": "0.12.6", "version": "0.12.7",
"private": true, "private": true,
"description": "A Strapi application", "description": "A Strapi application",
"scripts": { "scripts": {