Skip to content

Commit

Permalink
Update maven-node-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Jul 1, 2024
1 parent 0aa31aa commit eee7b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
build-image:
uses: it-at-m/.github/.github/workflows/reuseable-template-build-image.yml@reuseable-workflow
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io # ${{ env.REGISTRY }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
registry-username: ${{ github.actor }}
app-path: ${{ env.APP_PATH }}
app-path: "" # ${{ env.APP_PATH }}

0 comments on commit eee7b9b

Please sign in to comment.