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

This commit is contained in:
RYAN 2024-05-26 09:39:45 +02:00
parent 7ba3a64597
commit 7afba360d1
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -13,7 +13,7 @@ jobs:
- name: Login
run: echo ${{ secrets.INFRA_ACCESS_TOKEN }} | docker login -u ${{ gitea.actor }} --password-stdin code.helloryan.se
- name: Build
run: docker buildx build -t code.helloryan.se/infra/misc/docker:${{ gitea.sha }} docker
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
- name: Tag