Skip to content

Commit

Permalink
Update and rename aws.yml to main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi0323 committed Apr 17, 2024
1 parent 084d970 commit adfb89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws.yml → .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AWS-Workflow
name: workflow

on:
push:
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
docker run -d -p 8080:8080 --ipc="host" --name=mltest -e 'AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}' -e 'AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}' -e 'AWS_REGION=${{ secrets.AWS_REGION }}' ${{secrets.AWS_ECR_LOGIN_URI}}/${{ secrets.ECR_REPOSITORY_NAME }}:latest
- name: Clean previous images and containers
run: |
docker system prune -f
docker system prune -f

0 comments on commit adfb89f

Please sign in to comment.