Skip to content

add shrinking to widget-list #27

add shrinking to widget-list

add shrinking to widget-list #27

Workflow file for this run

name: Release
on:
push:
branches: [ "master" ]
permissions: write-all
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login 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@v5
with:
push: true
tags: ghcr.io/opendonationassistant/oda-widget-page:master