Skip to content

Commit

Permalink
Let docker workflow inherit secrets when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 2, 2023
1 parent 84282c8 commit 9be98c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
name: Build release Docker image
needs: [run-tests]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
pushToDockerHub: true

Expand Down

0 comments on commit 9be98c5

Please sign in to comment.