From d7bb88685fd1a5db36aac414bee268a23b4d5cbd Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 27 Aug 2024 20:21:24 +0200 Subject: [PATCH 1/2] Fix tar hardlink issue (#13) --- .github/workflows/publish-feature.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..1b29e79 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -19,4 +19,11 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: devcontainers-community/publish-feature@v1 + - uses: devcontainers-community/publish-feature@v1 with: + files: | + devcontainer-feature.json + install.sh + lib.sh + LICENSE + README.md + test.sh From 6e4ded36baa85f21af5173940f90ed92321d73cb Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 27 Aug 2024 20:23:25 +0200 Subject: [PATCH 2/2] Update version to 1.2.1 (#14) --- devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index 47d3f73..93427c6 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Bazel", "id": "bazel", - "version": "1.2.0", + "version": "1.2.1", "description": "Bazel feature", "documentationURL": "https://github.com/devcontainers-community/features-bazel", "options": {