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