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
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }}
|
ACTIONS_RUNTIME_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }}
|
||||||
with:
|
with:
|
||||||
context: ./server
|
context: ./server
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
secrets: |
|
|
||||||
GIT_AUTH_TOKEN=${{ secrets.ENV_GITEA_TOKEN }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue