Skip to content

Commit

Permalink
feat: passing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 7, 2024
1 parent ffccee4 commit 2b1b49d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/build_docker_images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ inputs:
description: Is this a release build? If true, the latest tag will be applied
required: false
default: false
secrets:
DOCKERHUB_USERNAME:
description: Docker Hub username
required: true
DOCKERHUB_TOKEN:
description: Docker Hub token
required: true
runs:
using: composite
steps:
Expand Down

0 comments on commit 2b1b49d

Please sign in to comment.