add env
This commit is contained in:
parent
6fa358f483
commit
49ba63dfae
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ENV_GITEA_TOKEN }}
|
||||
with:
|
||||
context: ./server
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue