Skip to content

Commit

Permalink
fix(cml-images): reenable CML image workflow (#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jan 3, 2024
1 parent ca1dc54 commit 815e616
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/disabled/docker.yml → .github/workflows/cml-images.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Docker
name: CML Images

on:
workflow_dispatch:
push:
paths:
- "containers/**"
- "pyrovelocity/**"
- "pyproject.toml"
- "poetry.lock"
# branches:
# - 'master*'
# push:
# paths:
# - "containers/**"
# - "pyrovelocity/**"
# - "pyproject.toml"
# - "poetry.lock"
# branches:
# - 'master*'

env:
REGISTRY: ghcr.io
GAR_REGISTRY: us-central1-docker.pkg.dev
GAR_REPOSITORY: pyrovelocity
IMAGE_NAME: ${{ github.repository }}
CONDA_IMAGE_NAME: pyrovelocitygpu
IMAGE_NAME: ${{ github.repository }}-cml
CONDA_IMAGE_NAME: ${{ github.repository }}-conda-gpu

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: [self-hosted, cml-gpu]
timeout-minutes: 1440
container:
image: ghcr.io/pinellolab/pyrovelocity:master
image: ghcr.io/pinellolab/pyrovelocity-cml:master
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 815e616

Please sign in to comment.