Skip to content

Bump actionpack from 6.1.7.8 to 6.1.7.9 #54

Bump actionpack from 6.1.7.8 to 6.1.7.9

Bump actionpack from 6.1.7.8 to 6.1.7.9 #54

Workflow file for this run

# Continuous integration to Docker Hub
name: Build
on:
push:
branches:
- 'master'
tags:
- '[v]*'
pull_request:
branches:
- 'master'
jobs:
audit:
name: Run selective audit
uses: ./.github/workflows/selective-audit.yml
with:
run-bundle-audit: false
run-lint: false
run-brakeman: false
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
secrets: inherit