Skip to content

Commit

Permalink
build(github): Update image tag created via GitHub Actions
Browse files Browse the repository at this point in the history
Also bump version and update changelog
  • Loading branch information
Mauro Iorio committed Nov 10, 2024
1 parent 10c90a4 commit 83a52a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=schedule,pattern=nightly
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=raw,value=latest
# Build and push Docker image with Buildx (don't push on PR)
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2024-11-10

## Fixed

- Change tag name pushed via GitHub Actions

SemVer tags were pushed in numerical format (e.g.: 1.1.0) while the released
compose file was using prefixed format (e.g.: v1.1.0).

## [1.1.0] - 2024-10-20

### Added
Expand All @@ -20,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add first implementation.

[1.1.1]: https://github.com/ioriomauro/healmydocker/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/ioriomauro/healmydocker/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ioriomauro/healmydocker/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.1.1

0 comments on commit 83a52a7

Please sign in to comment.