Skip to content

Commit

Permalink
fix(ci): falco images directory, ecr login
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed May 3, 2023
1 parent 293d4c5 commit 253100a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/reusable_publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: falco-images
path: /tmp
path: /tmp/falco-images

- name: Load all images
run: |
Expand All @@ -44,10 +44,6 @@ jobs:
with:
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
uses: Noelware/docker-manifest-action@0.3.1
with:
Expand Down

0 comments on commit 253100a

Please sign in to comment.