Updated to latest repo and applied manual patch
This commit is contained in:
parent
a98c030391
commit
5840f39349
@ -35,7 +35,9 @@ jobs:
|
|||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@d8823bfaed
|
uses: docker/build-push-action@master
|
||||||
|
env:
|
||||||
|
ACTIONS_RUNTIME_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ gitea.repository }}:latest
|
tags: ${{ gitea.repository }}:latest
|
Loading…
x
Reference in New Issue
Block a user