CI testing2222ajkkkkkkdssakjdsakjkjksasadsadsadsadsadsadsaddsakjkjkdsa
All checks were successful
Invidious CI / build (push) Successful in 5m27s
All checks were successful
Invidious CI / build (push) Successful in 5m27s
This commit is contained in:
parent
2ae5ae0693
commit
fe7f6aa4ff
1 changed files with 2 additions and 4 deletions
|
@ -24,9 +24,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./lib
|
./lib
|
||||||
key: ${{ runner.os }}-${{ matrix.type }}-${{ github.sha }}
|
key: ${{ runner.os }}-invidious-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-${{ matrix.type }}-
|
${{ runner.os }}-invidious-
|
||||||
|
|
||||||
- name: Create cache directory
|
- name: Create cache directory
|
||||||
if: steps.ccache-restore.outputs.cache-hit != 'true'
|
if: steps.ccache-restore.outputs.cache-hit != 'true'
|
||||||
|
@ -57,8 +57,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
cache-from: type=registry,ref=git.nadeko.net/fijxu/invidious:buildcache
|
|
||||||
cache-to: type=registry,ref=git.nadeko.net/fijxu/invidious:buildcache,mode=max
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Reference in a new issue