Skip to content

Commit

Permalink
chore(ci): add workflow to build and push images
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryKitten committed Jul 24, 2023
1 parent 0be73a6 commit ce0c781
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Docker

on:
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:

jobs:
docker:
uses: famedly/github-workflows/.github/workflows/docker.yml@docker-v1
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
image_name: powerdns
secrets: inherit

0 comments on commit ce0c781

Please sign in to comment.