Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 23, 2024
1 parent 38474e9 commit 5d54754
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
echo "Using worker version: $worker_version"

./assets/scripts/push_image.sh compose_api "$api_version" AlexPatrie
./assets/scripts/push_image.sh compose_api "$worker_version" AlexPatrie
./assets/scripts/push_image.sh compose_worker "$worker_version" AlexPatrie
fi

# optionally deploy to k8
Expand Down
2 changes: 1 addition & 1 deletion compose_api/.CONTAINER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.11.3
2 changes: 1 addition & 1 deletion compose_worker/.CONTAINER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.3
1.11.4
6 changes: 3 additions & 3 deletions kustomize/overlays/biochecknet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ kind: Kustomization

namespace: biochecknet

# LATEST STABLE VERSIONS OF CONTAINERS: api: 1.11.0, worker: 1.11.0
# CURRENT STABLE VERSIONS OF CONTAINERS: api: 1.11.0, worker: 1.11.0
images:
- name: ghcr.io/biosimulators/bio-check-compose_api
newTag: 1.11.2
newTag: 1.11.3
- name: ghcr.io/biosimulators/bio-check-compose_worker
newTag: 1.11.2
newTag: 1.11.4
- name: mongo
newTag: 8.0-rc

Expand Down

0 comments on commit 5d54754

Please sign in to comment.