Skip to content

feat(code-server) implémentation image code server #6

feat(code-server) implémentation image code server

feat(code-server) implémentation image code server #6

Workflow file for this run

---
name: Build code-server container image
on:
push:
branches: ["main"]
paths:
- "code-server/**"
pull_request:
branches: ["main"]
paths:
- "code-server/**"
jobs:
build-code-server:
uses: ./.github/workflows/generic-docker-build.yml

Check failure on line 16 in .github/workflows/code-server.yml

View workflow run for this annotation

GitHub Actions / Build code-server container image

Invalid workflow file

The workflow is not valid. In .github/workflows/code-server.yml (Line: 16, Col: 11): Error from called workflow octo-technology/docker-images/.github/workflows/generic-docker-build.yml@ed8bc8874047e60a469fe81620af602d9ca4117b: Anchors are not currently supported. Remove the anchor 'image-name'
with:
image-folder: code-server
image-tag: 4.96.2-ubuntu