Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
debug steps
  • Loading branch information
Tomas-Deane authored Jun 3, 2024
1 parent 16af373 commit dfd5a02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Configure AWS credentials
id: aws-creds
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Log AWS region
run: echo "AWS Region: ${{ secrets.AWS_REGION }}"
- name: Debug AWS Region
run: |
echo "AWS Region: ${{ secrets.AWS_REGION }}"
- name: Log in to Amazon ECR
run: |
Expand All @@ -47,7 +47,6 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS credentials
id: aws-creds
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand All @@ -61,7 +60,8 @@ jobs:
sudo mv kubectl /usr/local/bin/
- name: Create kubeconfig file
run: echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
run: |
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
- name: Install Helm
run: |
Expand Down

0 comments on commit dfd5a02

Please sign in to comment.