Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/docker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Run hadolint
on:
workflow_dispatch:
workflow_call:
push:
branches:
- develop
- main
tags:
- '*'
pull_request:
permissions:
contents: read
jobs:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Run tests
on:
workflow_dispatch:
workflow_call:
push:
branches:
- develop
- main
tags:
- '*'
pull_request:
permissions:
contents: read
jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### UNRELEASED

* fix: re-enable test and hadolint workflows

### v3.6.0

* feat: add docker matrix build to support arm64
Expand Down
Loading