Merge pull request #1 from vabene1111/develop

test
This commit is contained in:
vabene1111 2019-11-15 11:19:12 +01:00 committed by GitHub
commit 63bf26371c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 9 deletions

24
.github/workflows/dockerimage.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Build Docker Image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --tag recipes:$(date +%s)
- name: Dockerize
if: success()
uses: manusa/actions-publish-docker@master
with:
name: vabene1111/recipes
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

20
.gitignore vendored
View File

@ -77,3 +77,23 @@ venv/
\.env
staticfiles/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

View File

@ -1,9 +0,0 @@
<component name="ProjectDictionaryState">
<dictionary name="vabene1111">
<words>
<w>dropbox</w>
<w>emoji</w>
<w>multiselect</w>
</words>
</dictionary>
</component>