Skip to content

Commit

Permalink
chore: investigate ecr login issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek committed Feb 28, 2024
1 parent 7b8eede commit b913881
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
build-windows-container-images:
name: Build Windows container
runs-on: windows-2022
needs:
- build
# needs:
# - build
strategy:
matrix:
arch_os: [ 'windows_amd64']
Expand All @@ -211,7 +211,11 @@ jobs:
run: echo "Running dev build for ${{ steps.extract_tag.outputs.tag }}"

- name: Login to Open Source ECR
run: make login
run: |
ls -al "C:\\Program Files\\"
ls -al "C:\\Users\\"
cat "C:\\Users\\Git\\.docker\\config.json"
make login
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_DEV }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_DEV }}
Expand Down

0 comments on commit b913881

Please sign in to comment.