maybe this docker image will work
Some checks failed
Build and Deploy API / build-and-deploy (push) Failing after 3s
Build and Deploy Frontend / build-and-deploy (push) Failing after 2s

This commit is contained in:
2026-02-28 15:05:47 -06:00
parent e54b7eaa31
commit 38a3c59517
2 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ on:
push: push:
branches: branches:
- main - main
#- feature/ci-cd - feature/ci-cd
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container: container:
image: docker:24-dind image: docker:24-cli
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container: container:
image: node:bookworm image: docker:24-cli
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3