chore(ci): Improve structure in devcontainer build

This commit is contained in:
Matthias
2025-02-16 15:30:30 +01:00
parent c8aff5687d
commit ad55615ecb

View File

@@ -24,19 +24,16 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
-
name: Checkout
id: checkout
uses: actions/checkout@v4
-
name: Login to GitHub Container Registry
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Pre-build dev container image
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
subFolder: .github