Update .github/workflows/docker-build.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m30s
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m30s
This commit is contained in:
parent
e8648fb7a8
commit
c8d4714181
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ github.server_url }}/${{ github.repository }}/packages
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
id: semver
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITEA_TOKEN }}
|
||||
release_branches: main
|
||||
default_bump: patch
|
||||
dry_run: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user