This commit is contained in:
@@ -4,15 +4,12 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Builder:
|
Builder:
|
||||||
runs-on: fedora-40
|
runs-on: kickstarter
|
||||||
secrets:
|
secrets:
|
||||||
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
|
env:
|
||||||
|
IMAGE_NAME: registry.r10x/toolchain
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
- run: env
|
|
||||||
- run: cat $GITHUB_ENV
|
|
||||||
- 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 -y group install standard core hardware-support development-libs development-tools
|
- run: dnf -y group install standard core hardware-support development-libs development-tools
|
||||||
@@ -21,7 +18,5 @@ jobs:
|
|||||||
# - run: dnf -y install git
|
# - run: dnf -y install git
|
||||||
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
|
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
|
||||||
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
||||||
- run: pwd
|
- run: docker build --progress=plain --tag ${IMAGE_NAME} .
|
||||||
- run: ls -la
|
- run: docker push ${IMAGE_NAME}
|
||||||
- run: docker build --progress=plain --tag registry.r10x/toolchain .
|
|
||||||
- run: docker push registry.r10x/toolchain
|
|
||||||
|
|||||||
Reference in New Issue
Block a user