Skip to content

build(deps): bump docker/build-push-action (#14) #21

build(deps): bump docker/build-push-action (#14)

build(deps): bump docker/build-push-action (#14) #21

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@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
- name: Build the Action Image
id: docker_build
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
with:
push: false
context: .
file: ./Dockerfile
registry: ghcr.io
tags: |
ghcr.io/philips-software/antora-site-action:latest