Skip to content

feat: tiddlywiki 5.3.6 #36

feat: tiddlywiki 5.3.6

feat: tiddlywiki 5.3.6 #36

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# ensure that Docker image can be built from Dockerfile
- uses: docker/[email protected]
with:
tags: tiddlywiki5 # irrelevant
- uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/henry40408/tiddlywiki5:nightly
if: github.ref_type == 'branch' && github.ref_name == 'main'
- uses: docker/[email protected]
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: "ghcr.io/henry40408/tiddlywiki5:${{ github.ref_name }}"
if: github.ref_type == 'tag'
- uses: docker/[email protected]
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/henry40408/tiddlywiki5:latest
if: github.ref_type == 'tag'