Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 (#4) #47

Bump actions/checkout from 4.1.7 to 4.2.2 (#4)

Bump actions/checkout from 4.1.7 to 4.2.2 (#4) #47

Workflow file for this run

name: Build and push
permissions:
contents: read
packages: write
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '30 2 * * SUN'
jobs:
build-and-push:
uses: ./.github/workflows/docker.yml
secrets: inherit