Skip to content

Update README.md to indicate significant issue #10

Update README.md to indicate significant issue

Update README.md to indicate significant issue #10

Workflow file for this run

name: Docker
on:
push:
branches:
- main
tags:
- v*
jobs:
build-and-push:
name: Deploy Docker Image
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Build and push
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/openedx
on-master: dev
tag-pattern: /^v([0-9.]+)$/
latest-on-tag: true
restrict-to: openzim/openedx
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto