Skip to content

feat(common): bump yarn #5

feat(common): bump yarn

feat(common): bump yarn #5

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
types:
- closed
paths-ignore:
- '.github/**'
jobs:
release:
if: github.event.pull_request.merged == true
uses: atls/shared/.github/workflows/pack-image.yaml@master
permissions: write-all
with:
registryURL: 'eu.gcr.io'
registryUser: 'json_key'
imageNamePrefix: 'services-'
secrets:
registryKey: ${{ secrets.GCR_KEYFILE }}
project: ${{ secrets.GCR_PROJECT_ID }}