Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Change branch pointer for images
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 19, 2023
1 parent cb4d9c9 commit ad78c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
pip install hatch
- name: Pull images
run: |
docker pull mrcide/privateer-server:prototype
docker pull mrcide/privateer-client:prototype
docker pull mrcide/privateer-server:latest
docker pull mrcide/privateer-client:latest
- name: Test
run: |
hatch run cov-ci
Expand Down
2 changes: 1 addition & 1 deletion src/privateer2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Config(BaseModel):
clients: List[Client]
volumes: List[Volume]
vault: Vault
tag: str = "prototype"
tag: str = "latest"

def model_post_init(self, __context):
_check_config(self)
Expand Down

0 comments on commit ad78c5c

Please sign in to comment.