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

Commit

Permalink
Unpin docker branches
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 20, 2023
1 parent ae10fb0 commit 8b3793c
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:reside-352
docker pull mrcide/privateer-client:reside-352
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 @@ -58,7 +58,7 @@ class Config(BaseModel):
clients: List[Client]
volumes: List[Volume]
vault: Vault
tag: str = "reside-352"
tag: str = "latest"

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

0 comments on commit 8b3793c

Please sign in to comment.