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 583fdb4 commit 5f5a769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 100
Expand Down

0 comments on commit 5f5a769

Please sign in to comment.