Skip to content

chore(deps): update dependency raviqqe/muffet to v2.9.3 #162

chore(deps): update dependency raviqqe/muffet to v2.9.3

chore(deps): update dependency raviqqe/muffet to v2.9.3 #162

Workflow file for this run

name: docker-image
on:
pull_request:
types: [opened, synchronize]
paths:
- Dockerfile
- .dockerignore
- .hadolint.yaml
- entrypoint.sh
- .github/workflows/docker-image.yml
push:
branches:
- main
paths:
- Dockerfile
- .dockerignore
- .hadolint.yaml
- entrypoint.sh
- .github/workflows/docker-image.yml
jobs:
docker-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build test
run: docker build . --file Dockerfile
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: hadolint
uses: burdzwastaken/hadolint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HADOLINT_ACTION_DOCKERFILE_FOLDER: .