Skip to content

Commit

Permalink
ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
fevenor committed Mar 27, 2024
1 parent c43ab19 commit 2388302
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build and push amd64 standard build
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/fevenor/smtp2webhook:latest
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# smtp2webhook

Simulate smtp server to receive emails and forward them through webhook.

0 comments on commit 2388302

Please sign in to comment.