Skip to content

fixup! fixup! Reference to self #45

fixup! fixup! Reference to self

fixup! fixup! Reference to self #45

Workflow file for this run

name: 'Create and publish Linux Docker image'
on:
- workflow_dispatch
- push
env:
REGISTRY: ghcr.io
jobs:
build-and-publish-linux-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
- name: 'Log in to the Container registry'
uses: docker/login-action@v2
with:
registry: "${{ env.REGISTRY }}"
username: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"
- name: 'Build, validate and publish Linux'
uses: melusina-org/cl-atelier/actions/build-validate-publish@actions-2
with:
artefact: 'docker/linux'
description: 'Custom Linux System for Atelier'
license: 'MIT'