diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
| commit | 62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch) | |
| tree | 52893728becf4b7cb7b6b21f36d3a030b33ab376 /.github/workflows/actions-runner-update.yml | |
| parent | 0a566abb1557f1a06723564b080061c06afd5de9 (diff) | |
| download | x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.tar.xz x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.zip | |
chore: reformat the world, set up autoformat on commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/actions-runner-update.yml')
| -rw-r--r-- | .github/workflows/actions-runner-update.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/actions-runner-update.yml b/.github/workflows/actions-runner-update.yml index 8cf5635..9870428 100644 --- a/.github/workflows/actions-runner-update.yml +++ b/.github/workflows/actions-runner-update.yml @@ -15,17 +15,17 @@ jobs: build-image: runs-on: alrest-x steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - - name: Log into registry - if: github.event_name != 'pull_request' - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 - with: - registry: ghcr.io - username: xe - password: ${{ secrets.GITHUB_TOKEN }} + - name: Log into registry + if: github.event_name != 'pull_request' + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + with: + registry: ghcr.io + username: xe + password: ${{ secrets.GITHUB_TOKEN }} - - name: "Build/deploy docker image" - run: | - cd kube/runner-ci - ./build.sh + - name: "Build/deploy docker image" + run: | + cd kube/runner-ci + ./build.sh |
