Skip to content

Commit

Permalink
Merge pull request #4 from Kerosene-Labs/update-workflow
Browse files Browse the repository at this point in the history
adding oci support
  • Loading branch information
hlafaille authored Dec 12, 2024
2 parents 70bfcc2 + 13c93c5 commit e78d3b6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,16 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: app
- run: ls
- run: ls
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s ./settings.xml -Dgithub.token=${{ github.token}}
env:
GITHUB_TOKEN: ${{ github.token }}
publish_container:
runs-on: ubuntu-latest
needs:
- build
steps:
- uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

0 comments on commit e78d3b6

Please sign in to comment.