Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

ignore .idea folder

ignore .idea folder #6

Workflow file for this run

name: Docker Image latest
on:
push:
branches: [ master ]
jobs:
dockerhub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag femueller/python-n26:latest