This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
- run: dnf -y update
|
- run: dnf -y update
|
||||||
@@ -16,3 +16,4 @@ jobs:
|
|||||||
- 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 --tag registry.r10x/toolchain .
|
- run: docker build --progress=plain --tag registry.r10x/toolchain .
|
||||||
|
- run: docker run --labels registry.r10x/toolchain buildbot
|
||||||
|
|||||||
Reference in New Issue
Block a user