Update authentication
Some checks failed
on-push / infra/misc/docker (push) Failing after 47s

This commit is contained in:
R.Y.A.N 2025-02-08 23:14:48 +01:00
parent 18ade16684
commit 8b24afe6f4

View File

@ -11,7 +11,7 @@ jobs:
- name: Install Docker
run: apt-get -y update && apt-get -y install docker.io
- name: Login
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u act_runner --password-stdin code.helloryan.se
- name: Build
run: docker build -t code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker
- name: Test