generated from unai/python_boilerplate
Compare commits
6 Commits
unai-patch
...
unai-patch
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c191b7ecd | |||
| 73778732ba | |||
| 86f8e67318 | |||
| ed3045f6a4 | |||
| a89ee4f1a0 | |||
| 79bbeeea00 |
@@ -33,6 +33,9 @@ jobs:
|
||||
needs: test-and-lint
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Prepare Docker Metadata
|
||||
@@ -47,8 +50,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ steps.meta.outputs.REGISTRY_HOST }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user