Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #256 from galasa-dev/gh-workflow
Browse files Browse the repository at this point in the history
Fix GH workflow
  • Loading branch information
jadecarino authored Jul 25, 2024
2 parents 3168cab + 7d163a0 commit e6bd2f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
-PtargetMaven=${{ github.workspace }}/repo \
-PjacocoEnabled=true \
-PisMainOrRelease=true
- name: Login to Github Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata for Extensions image
id: metadata
Expand Down

0 comments on commit e6bd2f5

Please sign in to comment.