Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Apr 8, 2024
1 parent 529ebaf commit 0725726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_docker-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ${{ inputs.docker-context }}/${{ inputs.dockerfile }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.2.6...HEAD)
## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.2.7...HEAD)

### Added
### Changed
Expand All @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [0.2.7](https://github.com/nationalarchives/docker/compare/v0.2.6...v0.2.7) - 2024-04-08

### Fixed

- Manifests fixed

## [0.2.6](https://github.com/nationalarchives/docker/compare/v0.2.5...v0.2.6) - 2024-04-05

### Removed
Expand Down

0 comments on commit 0725726

Please sign in to comment.