Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 7, 2024
1 parent 0c3ed72 commit ee5c9ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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: 'ubuntu-22.04' # ['hyperenv', 'medium']
runs-on: ['hyperenv', 'medium']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -25,7 +25,6 @@ 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 ee5c9ca

Please sign in to comment.