wip
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login gitea.sinav-lab.com -u "${{ gitea.actor }}" --password-stdin
|
||||
run: echo "${{ secrets.PKG_TOKEN }}" | docker login gitea.sinav-lab.com -u "${{ gitea.actor }}" --password-stdin
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t gitea.sinav-lab.com/sinav/keenetic-exporter:latest .
|
||||
|
||||
Reference in New Issue
Block a user