Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/manual-dockerdeploy-backend-app-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
default: 'release'
type: string
secrets:
DOCKER_RELEASE:
DOCKERHUB_TOKEN:
required: true

jobs:
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
-Djib.httpTimeout=60000
${RUNGHA_DOCKER_IMAGE:+-Djib.to.image="$RUNGHA_DOCKER_IMAGE:$CURRENT_TAG_VERSION"}
-Djib.to.auth.username="$RUNGHA_DOCKER_USERNAME"
-Djib.to.auth.password="$RUNGHA_DOCKER_RELEASE"
-Djib.to.auth.password="$RUNGHA_DOCKERHUB_TOKEN"
env:
RUNGHA_DOCKER_IMAGE: ${{ inputs.dockerImage }} # just for defense against script injection
RUNGHA_DOCKER_USERNAME: ${{ inputs.dockerUsername }} # just for defense against script injection
RUNGHA_DOCKER_RELEASE: ${{ secrets.DOCKER_RELEASE }} # just for defense against script injection
RUNGHA_DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} # just for defense against script injection