Remove GitHub workflows for now
This commit is contained in:
parent
dd4bbc4b22
commit
3d5f2e90b6
2 changed files with 0 additions and 48 deletions
23
.github/workflows/build-parsedmarc-init.yml
vendored
23
.github/workflows/build-parsedmarc-init.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
name: Build parsedmarc-init container
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'data/Dockerfiles/parsedmarc-init/**'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
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:
|
|
||||||
path: data/Dockerfiles/parsedmarc-init/
|
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
||||||
repository: patschi/parsedmarc
|
|
||||||
tags: init
|
|
||||||
add_git_labels: true
|
|
25
.github/workflows/build-parsedmarc.yml
vendored
25
.github/workflows/build-parsedmarc.yml
vendored
|
@ -1,25 +0,0 @@
|
||||||
name: Build parsedmarc container
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'data/Dockerfiles/parsedmarc/**'
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 14 * *'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
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:
|
|
||||||
path: data/Dockerfiles/parsedmarc/
|
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
||||||
repository: patschi/parsedmarc
|
|
||||||
tags: latest
|
|
||||||
add_git_labels: true
|
|
Loading…
Reference in a new issue