Update
Some checks failed
Build toolchain image / Builder (push) Failing after 6s

This commit is contained in:
2024-05-15 01:15:45 +03:00
parent 21d085a53e
commit ccfa3d5b7d

View File

@@ -6,10 +6,13 @@ jobs:
Builder:
runs-on: fedora-39
steps:
- name: My first step
# Uses the default branch of a public repository
uses: docker-images/toolchain@master
- run: pwd
- run: ls -la
- run: dnf -y update
- run: dnf -y install dnf-plugins-core
- 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: pwd
- run: ls -la
- run: docker build --progress=plain --tag registry.r10x/toolchain .