Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Andrewerr/MeowMeow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewerr authored and Andrewerr committed Dec 26, 2020
2 parents 73dd611 + bc341a1 commit a492fcb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Docker image
on:
push:
branches: [master]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: andrewerr/meowmeow-beta
tag_with_ref: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ The directives currently supported by server:
## Code copyrighting
The code copyrightings defined in the files in `src/` directory are not legal advice and purposed for internal use only.
All code licensed under MIT license(See [LICENSE](LICENSE) for more information)

0 comments on commit a492fcb

Please sign in to comment.