Skip to content

Commit

Permalink
Update docker/metadata-action action to v3.6.2 (#23)
Browse files Browse the repository at this point in the history
* Update docker/metadata-action action to v3.6.2

* changelog

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2021
1 parent 238d31d commit db6fe97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Extract metadata for Docker for subsequent registry push
- name: Extract Docker metadata
id: meta
uses: docker/[email protected].1
uses: docker/[email protected].2
with:
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
tags: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.13.1] - 2021-12-23
### Updates
- Update docker/metadata-action action to v3.6.2

## [0.13.0] - 2021-12-22
### Updates
- When generating version file, enable matching non-annotated tags
Expand Down

0 comments on commit db6fe97

Please sign in to comment.