Fix cache attempt
diff --git a/.github/workflows/test-master.yml b/.github/workflows/test-master.yml
index 35c85f3..64ce417 100644
--- a/.github/workflows/test-master.yml
+++ b/.github/workflows/test-master.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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
@@ -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-master
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=master
diff --git a/.github/workflows/test-wallaby.yml b/.github/workflows/test-wallaby.yml
index 14fc010..854ff08 100644
--- a/.github/workflows/test-wallaby.yml
+++ b/.github/workflows/test-wallaby.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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
@@ -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-wallaby
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=wallaby
diff --git a/.github/workflows/test-xena.yml b/.github/workflows/test-xena.yml
index 1af2790..ef4fc30 100644
--- a/.github/workflows/test-xena.yml
+++ b/.github/workflows/test-xena.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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64,linux/arm64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
@@ -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-xena
+ cache-to: type=gha,mode=max,scope={project}-{release}
push: true
platforms: linux/amd64
build-args: 'RELEASE=xena
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