mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13:36 +00:00
chore: migrate from blacksmith to fully use self-hosted workers
This commit is contained in:
@@ -17,7 +17,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# runs-on: blacksmith-8vcpu-ubuntu-2404
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -86,6 +85,8 @@ jobs:
|
||||
org.opencontainers.image.source=https://github.com/${{ github.repository }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.created=${{ github.run_id }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
outputs: type=registry,compression=gzip,compression-level=9
|
||||
|
||||
- name: Cleanup Docker
|
||||
|
||||
Reference in New Issue
Block a user