Skip to content

Commit

Permalink
feat: ci release-it workflow with self-built images
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 30, 2024
1 parent c9a3a6c commit a7f2191
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,23 @@ jobs:
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-conventional-changelog
test:
name: Test
needs: build-docker-images
runs-on: ubuntu-24.04
steps:
-
name: env
env:
BUILD_IMAGE_OUTPUT: ${{ toJSON(fromJSON(needs.build-docker-images.outputs.metadata)) }}
run: |
env
release-it-workflow:
name: 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
uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected]
needs: build-docker-images
with:
# release-it-image: "ghcr.io/rcwbr/release-it-docker-conventional-changelog:${{ (github.ref_protected == true || github.ref_type == 'tag') && github.ref_name }}"
app-id: 1033419 # release-it-docker CI release-it app
app-environment: Repo release
secrets:
Expand Down

0 comments on commit a7f2191

Please sign in to comment.