Skip to content

Commit

Permalink
Make Github secrets available for on-push triggered workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Oct 5, 2023
1 parent 0eef111 commit 629fa8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.build.onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ on:
- 'v*.*.*'

jobs:
build:
uses: ./.github/workflows/docker.build.yaml
build:
uses: ./.github/workflows/docker.build.yaml
secrets: inherit

0 comments on commit 629fa8a

Please sign in to comment.