Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenxuxu committed Jan 15, 2020
1 parent 5a1462d commit d99c552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
make all-in-one
docker login docker.io -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
docker tag xconf-all:latest ${{ secrets.REGISTRY_USERNAME }}/xconf-all
docker push ${{ secrets.REGISTRY_USERNAME }}/xconf-all
docker tag xconf-all:latest ${{ secrets.REGISTRY_USERNAME }}/xconf-all:latest
docker push ${{ secrets.REGISTRY_USERNAME }}/xconf-all:latest
deploy:
needs: docker
Expand Down

0 comments on commit d99c552

Please sign in to comment.