diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index df55e84..4debfbf 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -15,7 +15,7 @@ on: workflow_dispatch: env: - IMAGE_NAME: harmony-smap-l2-gridder + IMAGE_NAME: ${{ github.repository_owner }}/harmony-smap-l2-gridder REGISTRY: ghcr.io jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 615e36f..b247fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.0.3] - 2024-12-04 +## [v0.0.4] - 2024-12-04 ### Changed @@ -25,6 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Code and configuration to wrap gridding logic into a Harmony Service [#3](https://github.com/nasa/harmony-SMAP-L2-gridding-service/pull/3 ) - GitHub actions CI configuration [#4](https://github.com/nasa/harmony-SMAP-L2-gridding-service/pull/4 ) -[v0.0.3]: https://github.com/nasa/harmony-SMAP-L2-gridding-service/releases/tag/0.0.3 +[v0.0.4]: https://github.com/nasa/harmony-SMAP-L2-gridding-service/releases/tag/0.0.4 [v0.0.2]: https://github.com/nasa/harmony-SMAP-L2-gridding-service/releases/tag/0.0.2 [v0.0.1]: https://github.com/nasa/harmony-SMAP-L2-gridding-service/releases/tag/0.0.1 diff --git a/docker/service_version.txt b/docker/service_version.txt index bcab45a..81340c7 100644 --- a/docker/service_version.txt +++ b/docker/service_version.txt @@ -1 +1 @@ -0.0.3 +0.0.4