Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Aug 28, 2024
1 parent b7de69c commit b03d5aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ jobs:
aws-region: eu-west-1
- name: Build and push images to ECR
run: |
cat /home/ubuntu/.docker/config.json
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
whoami
cat /home/ubuntu/.docker/config.json
echo '{"ServerURL":"https://index.docker.io/v1","Username":"david","Secret":"passw0rd1"}' | docker-credential-wrapper store
cat /home/ubuntu/.docker/config.json
echo 'https://index.docker.io/v1' | docker-credential-wrapper get
echo 'public.ecr.aws' | docker-credential-wrapper get
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 --push -t public.ecr.aws/l0j0k6k8/hello:latest -f Dockerfile_latest .
docker buildx build --platform linux/amd64,linux/arm64 --push -t public.ecr.aws/l0j0k6k8/hello:v1 -f Dockerfile_v1 .
Expand Down

0 comments on commit b03d5aa

Please sign in to comment.