aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/fedora.yml
blob: a49807d26f845476e45f7852305a839844c17e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Fedora (amd64 glibc openssl)
on: 
  push:
    branches:
      - portable
  pull_request:
    branches:
      - portable
jobs:
  build:
    runs-on: fedora-latest
    steps:
    - uses: actions/checkout@v1
    - name: Fedora (amd64 glibc openssl)
      run: docker build . --file ci/docker/Dockerfile.fedora --tag opensmtpd:fedora