This commit is contained in:
parent
a7a5a30449
commit
f1fb6b8ba1
@ -12,8 +12,10 @@ jobs:
|
||||
run: |
|
||||
./build.sh
|
||||
- name: Login to Gitea
|
||||
run: |
|
||||
echo $GITEA_TOKEN | docker login -u $GITEA_USER --password-stdin gitea.jde.nz
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.jde.nz
|
||||
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
|
||||
- name: Publish
|
||||
run: |
|
||||
./publish.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user