Fix cache attempt
diff --git a/.github/workflows/test-yoga.yml b/.github/workflows/test-yoga.yml
index ce8c333..46cb54b 100644
--- a/.github/workflows/test-yoga.yml
+++ b/.github/workflows/test-yoga.yml
@@ -20,8 +20,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=cinder-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -40,8 +40,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=heat-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -60,8 +60,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=senlin-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -80,8 +80,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=octavia-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -100,8 +100,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=barbican-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -120,8 +120,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=designate-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -140,8 +140,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=nova-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=yoga
@@ -160,8 +160,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=neutron-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=yoga
@@ -180,8 +180,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=monasca-notification-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -200,8 +200,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=monasca-agent-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -221,8 +221,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=keystone-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -241,8 +241,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=horizon-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -262,8 +262,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=monasca-api-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -282,8 +282,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=ironic-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -302,8 +302,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=glance-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -322,8 +322,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=magnum-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -342,8 +342,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=monasca-persister-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga
@@ -362,8 +362,8 @@
uses: docker/build-push-action@v3.1.1
with:
context: images/openstack
- cache-from: type=gha
- cache-to: type=gha,mode=max
+ cache-from: type=gha,scope=placement-yoga
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=yoga