Skip to content

Commit

Permalink
edited the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduRawoof committed Dec 19, 2024
1 parent ce4f3dc commit db654b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ jobs:
sudo docker build --build-arg TOKEN=${{ secrets.TOKEN }} -f docker/Dockerfile -t test-catalog:$IMAGE_TAG .
sudo docker tag test-catalog:$IMAGE_TAG $NEW_IMAGE_URI
- name: Push Docker image to Amazon ECR
run: |
sudo docker push $NEW_IMAGE_URI
# - name: Push Docker image to Amazon ECR
# run: |
# sudo docker push $NEW_IMAGE_URI

- name: Set environment variables and profile feeds
run: |
export AWS_PROFILE=feeds
Expand Down

0 comments on commit db654b9

Please sign in to comment.