Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 28, 2024
1 parent d7ec003 commit 0e9fe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ORO_STORE_URL: ${{ secrets.ORO_STORE_URL }}
STORE_HASH: ${{ secrets.STORE_HASH }}
X_AUTH_TOKEN: ${{ secrets.X_AUTH_TOKEN }}
run: yarn nx docker-build ${inputs.application}
run: yarn nx docker-build ${{ inputs.application }}

- name: Build and export
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 0e9fe82

Please sign in to comment.