Skip to content

Merge pull request #12 from docker/fix-ref-parse #11

Merge pull request #12 from docker/fix-ref-parse

Merge pull request #12 from docker/fix-ref-parse #11

Workflow file for this run

name: "oci: tag"
on:
push:
branches:
- main
paths:
- "**"
permissions:
contents: write
jobs:
tag:
name: Bump version and tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
INITIAL_VERSION: 0.0.1
TAG_PREFIX: v
MAJOR_STRING_TOKEN: (MAJOR)
MINOR_STRING_TOKEN: (MINOR)
BRANCH_HISTORY: compare