Skip to content

Commit

Permalink
Merge pull request #64 from oslabs-beta/updateDockerCD
Browse files Browse the repository at this point in the history
fixed CD script error
  • Loading branch information
mjhuff authored Apr 14, 2023
2 parents a83faed + 05173c1 commit e0a9d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD

- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD

- name: Build Docker Image
run: docker build -t cloudshiftdev/app .
Expand Down

0 comments on commit e0a9d4b

Please sign in to comment.