diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5796b7b..8aa0706 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,6 +11,7 @@ "customizations": { "vscode": { "extensions": [ + "Anthropic.claude-code", "eamodio.gitlens", "EditorConfig.EditorConfig", "esbenp.prettier-vscode", diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d0b1121..161ce8c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -147,6 +147,9 @@ jobs: runs-on: ubuntu-24.04-arm needs: [ci-amd, ci-arm] if: ${{ startsWith(github.ref, 'refs/tags/v') }} + permissions: + packages: write + contents: read steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/README.md b/README.md index 7d94659..3d8b351 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ Example of using this image directly in your `.devcontainer/devcontainer.json`: ```json { - "image": "ghcr.io/schubergphilis/devcontainer:latest" + "image": "ghcr.io/schubergphilis/devcontainer:1.2.0" } ``` You can also use it as a base image in your `Dockerfile`: ``` -FROM ghcr.io/schubergphilis/devcontainer:latest +FROM ghcr.io/schubergphilis/devcontainer:1.2.0 ``` ## Installed Software