Skip to content

Commit

Permalink
fix action docker manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Jan 10, 2025
1 parent 521ddb7 commit d4d9415
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io/bhuism/pseudoniemenservice
username: bhuism
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download build' artifacts
uses: actions/download-artifact@v4

Expand Down

0 comments on commit d4d9415

Please sign in to comment.