Skip to content

ci: use reusable workflow #64

ci: use reusable workflow

ci: use reusable workflow #64

Workflow file for this run

name: Push workflow
on: push
jobs:
# All PR jobs should be listed in required_status_checks https://github.com/rcwbr/release-it-docker/blob/0e9a5bcd8da40cac01686b6312df09bffdee810e/.github/settings.yml#L54
build-docker-images:
name: Build Docker images
runs-on: ubuntu-24.04
permissions:
packages: write
steps:
- name: Checkout
uses: actions/[email protected]
- name: GHCR Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Docker Buildx builder setup
uses: docker/[email protected]
-
name: Docker Bake base
uses: docker/[email protected]
with:
workdir: base
source: https://github.com/rcwbr/dockerfile-partials.git#main
files: github-cache-bake.hcl
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker
-
name: Docker Bake conventional-changelog
uses: docker/[email protected]
with:
workdir: conventional-changelog
source: https://github.com/rcwbr/dockerfile-partials.git#main
files: github-cache-bake.hcl, cwd://docker-bake.hcl
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-conventional-changelog
release-it-workflow:
# uses: rcwbr/release-it-gh-workflow.github/workflows/[email protected] TODO use released ref
uses: rcwbr/release-it-gh-workflow.github/workflows/release-it-workflow.yaml@1-define-initial-workflow

Check failure on line 44 in .github/workflows/push-workflow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-workflow.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
permissions:
contents: write
# with:
# app-id: 1033419 # release-it-docker CI release-it app
# app-environment: Repo release
# app-secret-name: RELEASE_IT_GITHUB_APP_KEY # Secret belonging to the Repo release environment