Skip to content

Commit

Permalink
Merge branch 'hotfix/2.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed Oct 13, 2023
2 parents 1c4ed69 + 72b36b4 commit e7f1216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
env:
REGISTRY: ghcr.io
BASE_IMG_REPO: project8/kassiopeia_builder
BASE_IMG_TAG: v4.0.0
BASE_IMG_TAG: v4.0.0-dev
FINAL_BASE_IMG_REPO: project8/luna_base
FINAL_BASE_IMG_TAG: v1.3.3
FINAL_BASE_IMG_TAG: v1.3.4
locust_mc_BUILD_WITH_KASSIOPEIA: ON
locust_mc_ENABLE_EXECUTABLES: ON
NARG: 2
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
load: true
build-args: |
img_repo=${{ env.REGISTRY }}/${{ env.BASE_IMG_REPO }}
img_tag=${{ env.BASE_IMG_TAG }}-dev
img_tag=${{ env.BASE_IMG_TAG }}
final_img_repo=${{ env.REGISTRY }}/${{ env.FINAL_BASE_IMG_REPO }}
final_img_tag=${{ env.FINAL_BASE_IMG_TAG }}${{ matrix.tag-suffix }}
locust_tag=${{ steps.tag_name.outputs.tag }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
load: false
build-args: |
build_img_repo=${{ env.REGISTRY }}/${{ env.BASE_IMG_REPO }}
build_img_tag=${{ env.BASE_IMG_TAG }}-dev
build_img_tag=${{ env.BASE_IMG_TAG }}
final_img_repo=${{ env.REGISTRY }}/${{ env.FINAL_BASE_IMG_REPO }}
final_img_tag=${{ env.FINAL_BASE_IMG_TAG }}${{ matrix.tag-suffix }}
locust_tag=${{ steps.tag_name.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG final_img_repo=ghcr.io/project8/luna_base
ARG final_img_tag=v1.3.3
ARG final_img_tag=v1.3.4

ARG build_img_repo=ghcr.io/project8/kassiopeia_builder
ARG build_img_tag=v4.0.0-dev
Expand Down

0 comments on commit e7f1216

Please sign in to comment.