Skip to content

Feat: bump yarn and cache #74

Feat: bump yarn and cache

Feat: bump yarn and cache #74

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
types:
- closed
paths-ignore:
- '.github/**'
jobs:
release:
uses: atls/shared/.github/workflows/pack-image.yaml@master
permissions: write-all
with:
registryURL: 'ghcr.io'
registryUser: ${{ github.repository_owner }}
project: ${{ github.repository_owner }}
nodeVersion: '20'
secrets:
registryKey: ${{ secrets.GITHUB_TOKEN }}