Skip to content

docs: update license for matchers #7

docs: update license for matchers

docs: update license for matchers #7

Workflow file for this run

name: Image Build
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
id: git_checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: Build the Action Image
id: docker_build
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
push: false
context: .
file: ./Dockerfile
registry: ghcr.io
tags: |
ghcr.io/philips-software/antora-site-action:latest