Skip to content

Merge pull request #1 from getdevopspro/dev #10

Merge pull request #1 from getdevopspro/dev

Merge pull request #1 from getdevopspro/dev #10

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 35, Col: 22): Unrecognized named-value: 'build'. Located at position 1 within expression: build.ci.outputs.image-digests
on:
push:
branches:
- main
- master
tags:
- 'v*'
paths-ignore:
- '**.md'
concurrency:
group: release-${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: write
packages: write
jobs:
build:
name: CI
uses: ./.github/workflows/build.yaml
promote:
name: CI
needs: build
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.3
with:
version-package: package.json
git-add-files: package.json
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
image-digests: ${{ build.ci.outputs.image-digests }}