Skip to content

Commit

Permalink
ci: fix extra char
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 20, 2024
1 parent 0fed595 commit ec78b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ec78b6e

Please sign in to comment.