Skip to content

Commit

Permalink
fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Oct 31, 2023
1 parent ffdf0de commit 01595e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ jobs:
uses: s4u/maven-settings-action@v2
with:
githubServer: false
- name: ghcr login
uses: redhat-actions/podman-login@v1
with:
registry: ghcr.io/${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: skjolber/maven-cache-github-action@v1
with:
step: restore
- run: git submodule init
- run: git submodule update
- run: mvn -B -U -Dbuild.arch=${{ inputs.build-arch }} clean package
Expand Down

0 comments on commit 01595e0

Please sign in to comment.