Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Fix wrong container image name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Dec 16, 2020
1 parent 84e8753 commit 3a71015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Push to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: projectopenubl/xsender-server
name: projectopenubl/xsender-server-ui
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile
Expand All @@ -120,7 +120,7 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
registry: quay.io
name: projectopenubl/xsender-server
name: projectopenubl/xsender-server-ui
username: ${{ secrets.QUAYIO_USERNAME }}
password: ${{ secrets.QUAYIO_PASSWORD }}
dockerfile: Dockerfile
Expand Down

0 comments on commit 3a71015

Please sign in to comment.