mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
chore: refinements
Co-authored-by: jonahjon <jonahjones094@gmail.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
ff29188cb2
commit
9eb60f04ff
@ -518,8 +518,8 @@ jobs:
|
|||||||
echo ${DOCKERHUB_SECRET} | docker login -u ${DOCKERHUB_USER} --password-stdin
|
echo ${DOCKERHUB_SECRET} | docker login -u ${DOCKERHUB_USER} --password-stdin
|
||||||
docker push "falcosecurity/falco-driver-loader:${CIRCLE_TAG}"
|
docker push "falcosecurity/falco-driver-loader:${CIRCLE_TAG}"
|
||||||
docker push "falcosecurity/falco-driver-loader:latest"
|
docker push "falcosecurity/falco-driver-loader:latest"
|
||||||
# Publish docker packages to AWS Public
|
# Publish container images to AWS ECR Public
|
||||||
"publish/packages-aws":
|
"publish/container-images-aws":
|
||||||
docker:
|
docker:
|
||||||
- image: docker:stable
|
- image: docker:stable
|
||||||
steps:
|
steps:
|
||||||
@ -640,13 +640,13 @@ workflows:
|
|||||||
only: /.*/
|
only: /.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- "publish/packages-aws":
|
- "publish/container-images-aws":
|
||||||
context: test-infra
|
context: test-infra
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
branches:
|
branches:
|
||||||
only: new/ecr-public-push #Name of PR branch to test
|
only: jonah-ci-aws-ecr-registry # todo > revert before to merge
|
||||||
# Add this once tests pass
|
# Add this once tests pass
|
||||||
# requires:
|
# requires:
|
||||||
# - "publish/docker"
|
# - "publish/docker"
|
||||||
|
Loading…
Reference in New Issue
Block a user