Debug: no such file or directory Dockerfile
Some checks failed
Build toolchain image / Builder (push) Failing after 4m13s

This commit is contained in:
2024-05-15 00:16:00 +03:00
parent 3f6b29f675
commit 21d085a53e

View File

@@ -3,11 +3,13 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Builder:
runs-on: fedora-39 runs-on: fedora-39
steps: steps:
- run: dnf -y update - run: dnf -y update
- run: dnf -y install dnf-plugins-core - run: dnf -y install dnf-plugins-core
- run: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo - run: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
- run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: docker build --progress=plain . - run: pwd
- run: ls -la
- run: docker build --progress=plain --tag registry.r10x/toolchain .