Merge pull request #136 from sahal/v3.0.13 #97
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Docker Latest | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Build Docker | |
run: docker build -f Dockerfile -t "arch-builder:${{ github.run_id}}" . | |
- name: Build Joplin | |
run: docker run -t "arch-builder:${{ github.run_id}}" joplin |