mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +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
|
files: build/docker-bake.hcl
|
||||||
push: true
|
push: true
|
||||||
set: |
|
set: |
|
||||||
*.cache-from=type=gha
|
*.cache-from=type=gha,scope=wordpress
|
||||||
*.cache-to=type=gha,mode=max
|
*.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
|
id: build
|
||||||
with:
|
with:
|
||||||
context: build/tests-util/
|
context: build/tests-util/
|
||||||
cache-from: type=gha
|
cache-from: type=gha,scope=tests
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,scope=tests,mode=max
|
||||||
load: true
|
load: true
|
||||||
tags: localhost/tests-util:latest
|
tags: localhost/tests-util:latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user