Skip to content

Commit

Permalink
Merge pull request #127 from aali309/test1
Browse files Browse the repository at this point in the history
feat(ci): fix username
  • Loading branch information
aali309 authored Oct 31, 2023
2 parents a87bf1f + a86e095 commit 07e75f1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,16 @@ jobs:
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
githubServer: true
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 All @@ -78,4 +87,3 @@ jobs:
- uses: skjolber/maven-cache-github-action@v1
with:
step: save
#test

0 comments on commit 07e75f1

Please sign in to comment.