Skip to content

Try to push to ghcr.io instead (i dont have permissions to push in do… #5

Try to push to ghcr.io instead (i dont have permissions to push in do…

Try to push to ghcr.io instead (i dont have permissions to push in do… #5

Workflow file for this run

name: Auto Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
strategy: regex
regex_pattern: 'releasev0: \"0.\d+\.\d+\"'
root: ".github/workflows/gh-ci.yml"
- uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
strategy: regex
# CalVer version for coffea
regex_pattern: 'release: \"\d{4}\.\d{1,2}\.\d+\"'
root: ".github/workflows/gh-ci.yml"