Skip to content

Commit

Permalink
replace ecr with dockerhub - bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 15, 2024
1 parent 3da3aa1 commit adf4b8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
run: |
docker image pull ${{ secrets.DOCKER_USERNAME }}/wineqcicdaws:latest
- name: Print docker images # for debugging
run: docker images

- name: Delete Previous Container
run: |
docker rm -f awscicd || true
Expand Down

0 comments on commit adf4b8c

Please sign in to comment.