Skip to content

Update gw

Update gw #4

Workflow file for this run

name: Linux x86_64 incode

Check failure on line 1 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax
on:
push:
branches:
- 4.x
tags:
- *_incode
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: test
run: echo "hello" && echo "${{github.ref_name}}"
- name: get tag
id: get_tag
run: |
echo "${string//[^0-9]/}"
tag=${{ github.ref_name }}
echo "tag: ${tag//[^0-9]/}"
echo "tag=$tag" >> $GITHUB_OUTPUT
fi
- name: print
run: |
echo "${{ steps.get_tag.outputs.tag }}"
# add getting tag