parsedmarc-dockerized/.github/workflows/container-build.yml

22 lines
524 B
YAML
Raw Normal View History

name: container-build
on:
push:
paths:
- 'data/Dockerfiles/parsedmarc/**'
schedule:
- cron: '0 0 14 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
2020-08-08 22:07:31 +02:00
repository: patschi/parsedmarc
tags: latest