Skip to content

math-window: update copyright to 2024 #58

math-window: update copyright to 2024

math-window: update copyright to 2024 #58

Workflow file for this run

name: reusing workflow
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
docker:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: cafe-calc
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}