Skip to content

Commit

Permalink
Update hcx-mock-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiGaddi authored Mar 19, 2024
1 parent a4ebc5e commit 93bbcda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hcx-mock-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
with:
context: ./
push: true
tags: swasth2021/hcx-mock-service:${{ env.IMAGE_TAG }}_${{ github.run_number }}
labels: hcx-mock-service image
tags: swasth2021/hcx-provider-service:${{ env.IMAGE_TAG }}_${{ github.run_number }}
labels: hcx-provider-service image


- name: Configure AWS CLI
Expand All @@ -69,7 +69,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-south-1

- name: Build and push Docker image for HCX Mock Service to S3 bucket
- name: Build and push Docker image for HCX Provider Service to S3 bucket
run: |
echo ${{ env.IMAGE_TAG }}_${{ github.run_number }} >> /tmp/tag.txt
aws s3 cp /tmp/tag.txt s3://build-tags/tag.txt

0 comments on commit 93bbcda

Please sign in to comment.