mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 07:18:26 +00:00
Use terrapkg/builder image (#124)
This commit is contained in:
@@ -12,16 +12,9 @@ jobs:
|
||||
update-comps:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fedora:37
|
||||
image: ghcr.io/terrapkg/builder:nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install repositories
|
||||
run: |
|
||||
sudo dnf install -y dnf-plugins-core
|
||||
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo dnf install -y subatomic-cli
|
||||
- name: Push to subatomic
|
||||
run: |
|
||||
subatomic-cli upload-comps \
|
||||
|
||||
Reference in New Issue
Block a user