Skip to content

Use latest Ubuntu image in CI/CD #308

Use latest Ubuntu image in CI/CD

Use latest Ubuntu image in CI/CD #308

Workflow file for this run

name: Docker
on:
push:
branches:
- main
jobs:
build-and-push:
name: Deploy Docker Dev Image
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and push Docker Dev Image
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/mwoffliner
on-master: dev
latest-on-tag: false
restrict-to: openzim/mwoffliner
registries: ghcr.io
credentials: |
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto