Skip to content

Commit

Permalink
Update to p8 Kassiopeia patch v4.1.1 for pileup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Oct 29, 2024
1 parent d608f3e commit f2b0396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
REGISTRY: ghcr.io
BASE_IMG_REPO: project8/kassiopeia_builder
BASE_IMG_TAG: v4.1.0-dev
BASE_IMG_TAG: v4.1.1-dev
FINAL_BASE_IMG_REPO: project8/luna_base
FINAL_BASE_IMG_TAG: v1.3.4
locust_mc_BUILD_WITH_KASSIOPEIA: ON
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG final_img_repo=ghcr.io/project8/luna_base
ARG final_img_tag=v1.3.4

ARG build_img_repo=ghcr.io/project8/kassiopeia_builder
ARG build_img_tag=v4.1.0-dev
ARG build_img_tag=v4.1.1-dev

########################
FROM ${build_img_repo}:${build_img_tag} AS build
Expand Down
2 changes: 1 addition & 1 deletion kassiopeia

0 comments on commit f2b0396

Please sign in to comment.