This commit is contained in:
@@ -6,10 +6,13 @@ jobs:
|
|||||||
Builder:
|
Builder:
|
||||||
runs-on: fedora-39
|
runs-on: fedora-39
|
||||||
steps:
|
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 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: pwd
|
|
||||||
- run: ls -la
|
|
||||||
- run: docker build --progress=plain --tag registry.r10x/toolchain .
|
- run: docker build --progress=plain --tag registry.r10x/toolchain .
|
||||||
|
|||||||
Reference in New Issue
Block a user