mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +00:00
fix(ci): falco images directory, ecr login
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: falco-images
|
name: falco-images
|
||||||
path: /tmp
|
path: /tmp/falco-images
|
||||||
|
|
||||||
- name: Load all images
|
- name: Load all images
|
||||||
run: |
|
run: |
|
||||||
@@ -44,10 +44,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry-type: public
|
registry-type: public
|
||||||
|
|
||||||
- name: Login to Amazon ECR Public
|
|
||||||
run: |
|
|
||||||
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/falcosecurity
|
|
||||||
|
|
||||||
- name: Create and push no-driver manifest
|
- name: Create and push no-driver manifest
|
||||||
uses: Noelware/docker-manifest-action@0.3.1
|
uses: Noelware/docker-manifest-action@0.3.1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user