From fd426c9cebea0becdb5929b8127f3058ccd824ec Mon Sep 17 00:00:00 2001 From: NeonXP Date: Fri, 5 Jan 2024 04:31:51 +0300 Subject: Обновить .woodpecker.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e69de29..7a4506f 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -0,0 +1,14 @@ +name: "Release dev container features" + +jobs: + deploy: + if: ${{ github.ref == 'refs/heads/main' }} + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: "Publish" + uses: devcontainers/action@v1 + with: + publish-features: "true" + base-path-to-features: "./src" \ No newline at end of file -- cgit v1.2.3