Skip to content

Commit

Permalink
fix: cherry-pick common Docker CI to v0.13.x (#1699)
Browse files Browse the repository at this point in the history
### Motivation

rollkit/local-celestia-devnet#28 (comment)
and
rollkit/local-celestia-devnet#28 (comment)

### Description
Cherry pick
[7380eec](7380eec)
to the `v0.13.x` release branch. I will cut `v0.13.1` after this merges.

---------

Co-authored-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
rootulp and tty47 authored May 4, 2023
1 parent 6ba60e1 commit 153cd1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docker-build-publish-common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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:
uses: celestiaorg/.github/.github/workflows/[email protected] # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

0 comments on commit 153cd1a

Please sign in to comment.