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

This commit is contained in:
RYAN 2024-05-26 09:43:30 +02:00
parent 7afba360d1
commit 3db91bfeb9
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Build
run: docker build -t code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker
- name: Test
run: docker run --rm code.helloryan.se/infra/misc/docker:${{ gitea.sha }} g++ --version
run: docker run --rm code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker --version
- name: Tag
run: docker tag code.helloryan.se/infra/misc/docker:${{ gitea.sha }} code.helloryan.se/infra/misc/docker:latest
- name: Push

View File

@ -1 +1,3 @@
FROM docker:latest
RUN apt-get -y update && apt-get -y install nodejs