Skip to content

Commit

Permalink
feat: add quay repo for tooler
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Apr 1, 2022
1 parent 0e4f53f commit 48d4f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deck/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(

if docker_client:
self.DOCKER = docker_client
self.TOOLER_BASE_IMAGE = "tooler"
self.TOOLER_BASE_IMAGE = "quay.io/getdeck/tooler"
self.TOOLER_USER_IMAGE = "deck-tooler"
self.deckfile_selector = deckfile_selector
self.CLI_KUBECONFIG_DIRECTORY = os.path.expanduser("~/.deck/")
Expand Down

0 comments on commit 48d4f6d

Please sign in to comment.