Skip to content

build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 #940

build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1

build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 #940

Workflow file for this run

name: Check generated CI
on:
push:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
check-ci:
name: Check generated CI
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install example site
run: ln -s ./docs/site-example ./site
- name: Update CI
run: make update-ci
- name: Show diff
run: git status; git diff
- name: Patch status
run: git diff-files --quiet