Skip to content

Commit

Permalink
chore: files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 13, 2024
1 parent ffcbb12 commit 2683b28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Push workflow
on: [push]
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:
Expand Down Expand Up @@ -35,7 +35,9 @@ jobs:
with:
workdir: conventional-changelog
source: https://github.com/rcwbr/dockerfile-partials.git#main
files: github-cache-bake.hcl cwd://docker-bake.hcl
files:
- github-cache-bake.hcl
- cwd://docker-bake.hcl
env:
REGISTRY: ghcr.io/rcwbr/
IMAGE_NAME: release-it-docker-conventional-changelog

0 comments on commit 2683b28

Please sign in to comment.