Skip to content

Commit

Permalink
Fix the name of the Quay organization
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvalin committed Mar 19, 2021
1 parent a66ac2b commit f2fb236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Log into Quay
run: docker login quay.io -u umlecg+myr_bot -p ${{ secrets.QUAY_BOT_PASSWORD }}
- name: Build the docker image
run: docker build -t quay.io/ecgmyr/myr-backend .
run: docker build -t quay.io/umlecg/myr-backend .
- name: Push the new image
run: docker push quay.io/ecgmyr/myr-backend:${BRANCH_NAME}
run: docker push quay.io/umlecg/myr-backend:${BRANCH_NAME}
- name: Notify the build repository
uses: peter-evans/repository-dispatch@v1
with:
Expand Down

0 comments on commit f2fb236

Please sign in to comment.