Third attempt
Some checks failed
on-push / infra/misc/docker (push) Failing after 31s

This commit is contained in:
RYAN 2024-05-26 09:38:04 +02:00
parent 470273982f
commit 7ba3a64597
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -9,7 +9,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Docker
run: apt-get -y update && apt-get -y 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
- name: Build