Skip to content

Commit

Permalink
Merge pull request #1 from celestiaorg/jose/docker-resources
Browse files Browse the repository at this point in the history
feat: Fauce -> Add Docker CI
  • Loading branch information
tty47 authored Feb 27, 2023
2 parents ae7cabe + ca1eac5 commit 4406d33
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docker Build & Publish

# Trigger on all push events, new semantic version tags, and all PRs
on:
push:
branches:
- "**"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
pull_request:

jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@main # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile
packageName: faucet

0 comments on commit 4406d33

Please sign in to comment.