Skip to content

Use julia-action/cache #551

Use julia-action/cache

Use julia-action/cache #551

Workflow file for this run

name: docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: easimon/maximize-build-space@v7
with:
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
- uses: actions/checkout@v4
- uses: rlespinasse/github-slug-action@v4
- uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
REPO_DIR: "/home/Cropbox.jl"
IMAGE_NAME: "cropbox/cropbox"
LATEST_TAG_OFF: true
ADDITIONAL_TAG: ${{ env.GITHUB_REF_SLUG }}