Merge pull request 'test changing git tagging to true' (#55) from erichardson-patch-1 into master
All checks were successful
ci / docker (push) Successful in 12s

Reviewed-on: #55
This commit was merged in pull request #55.
This commit is contained in:
2024-03-07 07:35:47 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -30,10 +30,8 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{raw}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@@ -22,4 +22,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true
GIT_API_TAGGING: false
GIT_API_TAGGING: true