Second attempt
Some checks failed
on-push / infra/misc/docker (push) Failing after 1m15s

This commit is contained in:
RYAN 2024-05-26 09:33:48 +02:00
parent 6973890ec8
commit 470273982f
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -4,10 +4,12 @@ on: [push]
jobs:
infra/misc/docker:
runs-on: linux
container: docker:latest
container: bitnami/node:latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Docker
run: apt-get -y update && apt-get -y install docker
- name: Login
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
- name: Build