Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 7, 2024
2 parents a070edf + a505f4b commit 0c3ed72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
concurrency: ci
jobs:
build:
runs-on: ['hyperenv', 'medium']
runs-on: 'ubuntu-22.04' # ['hyperenv', 'medium']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -25,6 +25,7 @@ jobs:
aws-region: eu-west-1
- name: Build and push images to ECR
run: |
whoami
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 --push -t public.ecr.aws/l0j0k6k8/hello:latest -f Dockerfile_latest .
Expand Down

0 comments on commit 0c3ed72

Please sign in to comment.