Fix incorrect act runner username
All checks were successful
on-push / infra/misc/docker (push) Successful in 3m42s

This commit is contained in:
R.Y.A.N 2025-02-08 23:22:10 +01:00
parent 8b24afe6f4
commit 277f08d27d

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 act_runner --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