Skip to content

Merge pull request #76 from gmmcal/dependabot/bundler/rubocop-1.64.1 #22

Merge pull request #76 from gmmcal/dependabot/bundler/rubocop-1.64.1

Merge pull request #76 from gmmcal/dependabot/bundler/rubocop-1.64.1 #22

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
concurrency:
group: deploy
cancel-in-progress: false
jobs:
tag:
name: "Tag: Production"
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_tag.yml@v0
release:
name: Release
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_release.yml@v0
secrets: inherit
needs: tag
with:
tag: ${{needs.tag.outputs.version}}
build_production:
name: Build
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_docker.yml@v0
needs:
- tag
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
with:
name: Development
target: development
image: "gmmcal/ynab:development"