Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 30, 2022
1 parent 8bf759b commit 054eb21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: mvn
name: docker
on:
push:
pull_request:
jobs:
maven-build:
docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ docker:
image: yegor256/rultor-image:1.12.0
assets:
docker-password: yegor256/home#assets/docker-password
merge:
script: |-
sudo docker build "$(pwd)"
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![docker](https://github.com/yegor256/rultor-image/actions/workflows/docker.yml/badge.svg)](https://github.com/yegor256/rultor-image/actions/workflows/docker.yml)
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/yegor256/rultor-image)](https://hub.docker.com/r/yegor256/rultor-image)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/total/rultor-image/master/LICENSE.txt)

Expand Down

0 comments on commit 054eb21

Please sign in to comment.