lan login for schemes pipeline as well
This commit is contained in:
parent
15f998179d
commit
cad0288d68
6
.github/workflows/build-schemes.yml
vendored
6
.github/workflows/build-schemes.yml
vendored
@ -3,8 +3,8 @@ name: Build All Color Schemes
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'config/schemes.nix'
|
- "config/schemes.nix"
|
||||||
- 'config/scheme-utils.nix'
|
- "config/scheme-utils.nix"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Configure Attic cache
|
- name: Configure Attic cache
|
||||||
run: |
|
run: |
|
||||||
# Configure attic client to use your cache server
|
# Configure attic client to use your cache server
|
||||||
attic login servidos https://cache.servidos.lat ${{ secrets.ATTIC_TOKEN }}
|
attic login servidos http://127.0.0.1:2343 ${{ secrets.ATTIC_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push all schemes
|
- name: Build and push all schemes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user