diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index 224a517cb315..e9f5fcaa5b53 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -27,7 +27,7 @@ jobs: submodules: false - id: set-tag - run: echo "::set-output name=tagname::$(git describe --tags --match 'v[0-9]*'')" + run: echo "::set-output name=tagname::$(git describe --tags --match 'v[0-9]*')" build: name: Build and Push Container runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}",spot=capacity-optimized]