Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Mark project as unmaintained #25

Mark project as unmaintained

Mark project as unmaintained #25

name: Publish Docker image
on:
push:
branches:
- master
- 82-interactive-cli
jobs:
publish-docker-image:
name: Publish Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mr-smithers-excellent/docker-build-push@v5
with:
image: drupal9ci
tags: latest
registry: ghcr.io
githubOrg: lullabot
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}