Skip to content

Feat: new bundle

Feat: new bundle #83

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: 'ghcr.io'
registryUser: ${{ github.repository_owner }}
project: ${{ github.repository_owner }}
secrets:
registryKey: ${{ secrets.GITHUB_TOKEN }}