File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 if ${{ matrix.dist == env.LATEST }} ; then
6868 bash pushone "latest" "${{ matrix.arch.name }}"
6969 fi
70- - name : Push to AWS
71- if : github.repository == 'bitnami/minideb' && github.ref == 'refs/heads/master'
72- env :
73- DOCKER_USERNAME : AWS
74- DOCKER_REGISTRY : public.ecr.aws
75- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PUBLIC_GALLERY_KEY_ID }}
76- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_PUBLIC_GALLERY_SECRET_KEY }}
77- run : |
78- # AWS login
79- export DOCKER_PASSWORD="$(aws ecr-public get-login-password --region us-east-1)"
80- bash pushone "${{ matrix.dist }}" "${{ matrix.arch.name }}"
81- if ${{ matrix.dist == env.LATEST }} ; then
82- bash pushone "latest" "${{ matrix.arch.name }}"
83- fi
8470 deploy_manifests :
8571 runs-on : ubuntu-24.04
8672 needs : [ build_multiarch ]
9581 DOCKER_REGISTRY : docker.io
9682 run : |
9783 DISTS="bullseye bookworm trixie latest" bash pushmanifest
98- - name : Push Manifests to AWS
99- env :
100- DOCKER_USERNAME : AWS
101- DOCKER_REGISTRY : public.ecr.aws
102- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PUBLIC_GALLERY_KEY_ID }}
103- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_PUBLIC_GALLERY_SECRET_KEY }}
104- run : |
105- # AWS login
106- export DOCKER_PASSWORD="$(aws ecr-public get-login-password --region us-east-1)"
107- DISTS="bullseye bookworm trixie latest" bash pushmanifest
10884 # If the CI Pipeline does not succeed we should notify the interested agents
10985 notify :
11086 name : Send notification
You can’t perform that action at this time.
0 commit comments