Skip to content

Commit

Permalink
Mhs/das 2255/fix buildx name error (#9)
Browse files Browse the repository at this point in the history
* DAS-2255: Bump Versions.

* DAS-2255: Fixes buildx by adding repo owner to the image name.
  • Loading branch information
flamingbear authored Dec 4, 2024
1 parent 2381718 commit 3e331aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions 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.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

Expand All @@ -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
2 changes: 1 addition & 1 deletion docker/service_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit 3e331aa

Please sign in to comment.