Skip to content

OPT: Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group #74

OPT: Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group

OPT: Bump rails-html-sanitizer from 1.6.0 to 1.6.1 in the bundler group #74

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
tag:
name: "Tag: Production"
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_tag.yml@v0
concurrency:
group: tag
cancel-in-progress: false
with:
reference: ${{ github.sha }}
release:
name: Release
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_release.yml@v0
secrets: inherit
needs:
- tag
with:
tag: ${{needs.tag.outputs.version}}
reference: ${{ github.sha }}
build_production:
name: Build
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_docker.yml@v0
needs:
- tag
- release
secrets: inherit
with:
name: Production
target: production
reference: ${{needs.tag.outputs.version}}
image: "gmmcal/ynab:${{needs.tag.outputs.version}},gmmcal/ynab:production"
build_development:
name: Build
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_docker.yml@v0
secrets: inherit
concurrency:
group: build-development
cancel-in-progress: true
with:
name: Development
target: development
image: "gmmcal/ynab:development"