Skip to content

Commit

Permalink
typo: gh wf file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Apr 8, 2024
1 parent d357ff8 commit 67ba726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
name: power-pay-backend
path: target/*.jar

docker-build:
needs:
- build
Expand All @@ -65,7 +65,7 @@ jobs:
with:
name: power-pay-backend
path: power-pay-backend/target

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -77,7 +77,7 @@ jobs:
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.IMAGE_NAME}}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 67ba726

Please sign in to comment.