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 eee7b9b commit 73ef953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
uses: it-at-m/.github/.github/workflows/reuseable-template-build-image.yml@reuseable-workflow
with:
registry: ghcr.io # ${{ env.REGISTRY }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
# registry-password: ${{ secrets.GITHUB_TOKEN }}
registry-username: ${{ github.actor }}
app-path: "" # ${{ env.APP_PATH }}
secrets:
registry-password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 73ef953

Please sign in to comment.