Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 13, 2024
1 parent fe39734 commit a350f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
new_branch: ${{ env.RC_BRANCH_NAME }}

- name: Build Docker
uses: ./.github/workflows/build-docker.yml
uses: ./.github/workflows/build-docker.yaml
with:
build_type: development

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
prerelease: ${{ github.event.inputs.prerelease }}

- name: Build development Docker
uses: ./.github/workflows/build-docker.yml
uses: ./.github/workflows/build-docker.yaml
with:
build_type: development

Expand Down

0 comments on commit a350f3e

Please sign in to comment.