Skip to content

[image] Enable OpenCode experimental markdown rendering #4

[image] Enable OpenCode experimental markdown rendering

[image] Enable OpenCode experimental markdown rendering #4

Workflow file for this run

name: release-image
on:
push:
branches:
- main
paths:
- .github/workflows/release-image.yml
- image/**
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./image
push: true
tags: ghcr.io/${{ github.repository_owner }}/devcontainer:latest