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
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:
@@ -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
|
||||
|
||||
@@ -22,4 +22,4 @@ jobs:
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
GIT_API_TAGGING: false
|
||||
GIT_API_TAGGING: true
|
||||
|
||||
Reference in New Issue
Block a user