Skip to content

Commit

Permalink
chore(processesworker): fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 25, 2024
1 parent b7f224e commit 97e70b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/processes-worker-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
# service and transitive paths
- 'src/**'
# workflow file
- '.github/workflows/process-worker-docker.yml'
- '.github/workflows/processes-worker-docker.yml'
# dockerfile
- 'docker/Dockerfile-credential-issuer-processes-worker'

Expand All @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "ssi-credential-issuer-process-worker"
IMAGE_NAME: "ssi-credential-issuer-processes-worker"

jobs:
build-and-push-image:
Expand Down

0 comments on commit 97e70b6

Please sign in to comment.