Skip to content

Commit

Permalink
build: update minimega revision
Browse files Browse the repository at this point in the history
This pulls in support for using `MM_APPEND` env variable to append
arbitrary command line arguments when starting minimega.
  • Loading branch information
activeshadow committed Sep 4, 2024
1 parent 0264514 commit abf9349
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
context: .
file: docker/Dockerfile
build-args: |
MM_MIN_REV=c8e20a3
MM_MIN_REV=da0b90c
PHENIX_COMMIT=${{ env.sha }}
PHENIX_TAG=${{ env.branch }}
APPS_REPO=github.com/${{ github.event_name == 'repository_dispatch' && github.event.client_payload.repo || 'sandialabs/sceptre-phenix-apps' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minimega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
context: docker
file: docker/Dockerfile.minimega
build-args: |
MM_REV=c8e20a3
MM_REV=da0b90c
PHENIX_REVISION=${{ env.sha }}
push: true
tags: |
ghcr.io/${{ github.repository }}/minimega:c8e20a3
ghcr.io/${{ github.repository }}/minimega:da0b90c
ghcr.io/${{ github.repository }}/minimega:${{ env.sha }}
ghcr.io/${{ github.repository }}/minimega:${{ env.branch }}
6 changes: 4 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ services:
context: ../
dockerfile: docker/Dockerfile
args:
MM_MIN_REV: c8e20a3
MM_MIN_REV: da0b90c
PHENIX_WEB_AUTH: disabled
APPS_REPO: github.com/activeshadow/phenix-apps
APPS_BRANCH: caldera
command:
- phenix
- ui
Expand Down Expand Up @@ -44,7 +46,7 @@ services:
context: .
dockerfile: Dockerfile.minimega
args:
MM_REV: c8e20a3
MM_REV: da0b90c
image: minimega
container_name: minimega
privileged: true
Expand Down

0 comments on commit abf9349

Please sign in to comment.