This commit is contained in:
@@ -16,6 +16,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@@ -42,5 +44,7 @@ jobs:
|
|||||||
git.sakamoto.best/lolz/auto-stars:latest
|
git.sakamoto.best/lolz/auto-stars:latest
|
||||||
cache-from: type=registry,ref=git.sakamoto.best/lolz/auto-stars:buildcache
|
cache-from: type=registry,ref=git.sakamoto.best/lolz/auto-stars:buildcache
|
||||||
cache-to: type=registry,ref=git.sakamoto.best/lolz/auto-stars:buildcache,mode=max
|
cache-to: type=registry,ref=git.sakamoto.best/lolz/auto-stars:buildcache,mode=max
|
||||||
|
provenance: false
|
||||||
|
sbom: false
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILDKIT_INLINE_CACHE=1
|
BUILDKIT_INLINE_CACHE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user