Merge pull request 'wip' (#3) from dev into main
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 47s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-10-18 10:38:16 +03:00

View File

@@ -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 .