Skip to content

Commit

Permalink
fix(server): resolve duplicate names in jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 23, 2024
1 parent 22b385c commit 40afa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: ["feat/logging-house-server"]

jobs:
publish-ch-edc:
publish-app:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -25,7 +25,7 @@ jobs:
run: docker push ghcr.io/truzzt/mds-ap3/app:0.1.0


publish-ch-edc:
publish-edc:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 40afa22

Please sign in to comment.