ci
Some checks failed
Build and Push playground container / build-playground (push) Successful in 1m6s
Build and Push container / build (push) Failing after 1m41s

This commit is contained in:
Angel Nunez Mencias 2025-06-01 12:13:57 +02:00
parent 16abfaeb69
commit 4603206065
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 2 additions and 12 deletions

View file

@ -17,13 +17,8 @@ on:
env: env:
IMAGE: git.kvant.cloud/${{github.repository}}-playground IMAGE: git.kvant.cloud/${{github.repository}}-playground
jobs: jobs:
build_concierge_backend: build-playground:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services:
registry:
image: registry:2
ports:
- 5000:5000
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -17,13 +17,8 @@ on:
env: env:
IMAGE: git.kvant.cloud/${{github.repository}} IMAGE: git.kvant.cloud/${{github.repository}}
jobs: jobs:
build_concierge_backend: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services:
registry:
image: registry:2
ports:
- 5000:5000
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4