Skip to content

Commit

Permalink
ci: build file bumper image
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr committed Dec 1, 2024
1 parent e2b96b3 commit 5f31300
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,23 @@ jobs:
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-conventional-changelog
-
id: docker-bake-file-bumper
name: Docker Bake file-bumper
uses: docker/[email protected]
with:
workdir: file-bumper
source: https://github.com/rcwbr/dockerfile-partials.git#0.1.0
files: github-cache-bake.hcl, cwd://docker-bake.hcl
set: |
default.context=cwd://
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-file-bumper
outputs:
docker-bake-base-metadata: ${{ steps.docker-bake-base.outputs.metadata }}
docker-bake-conventional-changelog-metadata: ${{ steps.docker-bake-conventional-changelog.outputs.metadata }}
docker-bake-file-bumper-metadata: ${{ steps.docker-bake-file-bumper.outputs.metadata }}
release-it-workflow:
uses: rcwbr/release-it-gh-workflow/.github/workflows/[email protected]
needs: build-docker-images
Expand Down

0 comments on commit 5f31300

Please sign in to comment.