Skip to content

Commit

Permalink
fix: registry credentials should only be required for pushing
Browse files Browse the repository at this point in the history
...Docker images.
  • Loading branch information
stempler committed Mar 13, 2024
1 parent 17c68ad commit 2b27cd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-service-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ on:
# GH_PAT:
# required: true
DOCKER_HUB_USERNAME:
required: true
DOCKER_HUB_PASSWORD:
required: true
DOCKER_HUB_EMAIL:
WETF_ARTIFACTORY_USER:
WETF_ARTIFACTORY_PASSWORD:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gradle-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ on:
# GH_PAT:
# required: true
DOCKER_HUB_USERNAME:
required: true
DOCKER_HUB_PASSWORD:
required: true
DOCKER_HUB_EMAIL:
WETF_ARTIFACTORY_USER:
WETF_ARTIFACTORY_PASSWORD:
Expand Down

0 comments on commit 2b27cd2

Please sign in to comment.