Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Bump docker/setup-buildx-action from 2 to 3 #137

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #137

Workflow file for this run

---
on:
push:
pull_request:
name: Dockerfile validation
jobs:
docker_validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# see: https://github.com/hadolint/hadolint#configure
# see: https://hub.docker.com/r/hadolint/hadolint
# see: https://github.com/marketplace/actions/hadolint-action
- uses: brpaz/hadolint-action@v1.5.0
with:
dockerfile: ./Dockerfile