Skip to content

Add Compose V2 command to readme (#1154) #205

Add Compose V2 command to readme (#1154)

Add Compose V2 command to readme (#1154) #205

Workflow file for this run

name: autotag
on:
push:
branches:
- "master"
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Auto Tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
tag_prefix: "v"