WIP fix build fail (cont)
This commit is contained in:
parent
1a21b6b6be
commit
cece97fba9
1 changed files with 2 additions and 4 deletions
|
|
@ -65,11 +65,9 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }}
|
||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }}
|
||||
with:
|
||||
context: ./server
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN=${{ secrets.ENV_GITEA_TOKEN }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue