Skip to content

Oops. This change was previously made only on the master branch. #16

Oops. This change was previously made only on the master branch.

Oops. This change was previously made only on the master branch. #16

Workflow file for this run

# Continuous integration to Docker Hub
name: Build test images with selective audit
on:
push:
branches:
- 'rails-7'
tags:
- '[t]*'
pull_request:
branches:
- 'rails-7'
jobs:
audit:
name: Run selective audit
uses: ./.github/workflows/selective-audit.yml
with:
run-bundle-audit: true
run-lint: false
run-brakeman: true
tests:
name: Run tests
uses: ./.github/workflows/run-tests.yml
build:
name: Build and push
needs: [ audit, tests ]
uses: ./.github/workflows/build.yml
with:
image: jmessenger/maint-autobuild-test
secrets: inherit