Skip to content

feat(ci): switch to micromamba from conda #59

feat(ci): switch to micromamba from conda

feat(ci): switch to micromamba from conda #59

name: Test Docker image build
on: [push, pull_request]
jobs:
push_to_registry:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false