# This is a basic workflow to help you get started with Actions name: CI on: push: branches: - 'master' jobs: docker: runs-on: ubuntu-latest steps: - name: Starter Docker uses: CUBETIQ/starter-docker-actions@v1 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_SECRET }} - name: Checkout uses: actions/checkout@v2 - name: Build and Push from Makefile run: | make build