mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Define gha scopes
This commit is contained in:
parent
b3d508f391
commit
9849e305ed
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
|
@ -42,5 +42,5 @@ jobs:
|
|||
files: build/docker-bake.hcl
|
||||
push: true
|
||||
set: |
|
||||
*.cache-from=type=gha
|
||||
*.cache-to=type=gha,mode=max
|
||||
*.cache-from=type=gha,scope=wordpress
|
||||
*.cache-to=type=gha,scope=wordpress,mode=max
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
|||
id: build
|
||||
with:
|
||||
context: build/tests-util/
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: type=gha,scope=tests
|
||||
cache-to: type=gha,scope=tests,mode=max
|
||||
load: true
|
||||
tags: localhost/tests-util:latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user