diff --git a/.github/workflows/tat.yml b/.github/workflows/tat.yml index 7bc589554..7567f140a 100644 --- a/.github/workflows/tat.yml +++ b/.github/workflows/tat.yml @@ -2,7 +2,7 @@ name: Tactile Authoring Tool Service on: push: branches: [ main ] - tags: [ "service-tat-[0-9]+.[0-9]+.[0-9]+" ] + tags: [ "tat-[0-9]+.[0-9]+.[0-9]+" ] paths: [ "**" ] pull_request: branches: [ main ] @@ -31,7 +31,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Get Correct Tags run: | - if [[ ${{ github.ref }} =~ ^refs/tags/service-tat-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then + if [[ ${{ github.ref }} =~ ^refs/tags/tat-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo "TAGGED=true" >> $GITHUB_ENV else echo "TAGGED=false" >> $GITHUB_ENV @@ -46,7 +46,7 @@ jobs: flavor: | latest=${{ env.TAGGED }} tags: | - type=match,enable=${{ env.TAGGED }},priority=300,pattern=service-tat-(\d+.\d+.\d+),group=1 + type=match,enable=${{ env.TAGGED }},priority=300,pattern=tat-(\d+.\d+.\d+),group=1 type=raw,priority=200,value=unstable type=raw,priority=100,value=${{ env.timestamp }} labels: |