Skip to content

Add custom filter for signing thumbor urls #9

Add custom filter for signing thumbor urls

Add custom filter for signing thumbor urls #9

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- 'master'
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ghcr.io/${{ github.repository }}/simplestaticsitegen
registry: ghcr.io
username: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}