File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ jobs:
279279 tags : ${{ steps.meta.outputs.tags }}
280280 labels : ${{ steps.meta.outputs.labels }}
281281 platforms : linux/arm64
282+ outputs : type=image
282283 build-args : |
283284 SOURCE=${{ env.SOURCE }}
284285 DIST_PATH=${{ env.DIST_PATH || '' }}
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.13.1 ]
88
99### Added
1010### Changed
11+ - Update docker build output to type image
1112### Deprecated
1213### Removed
1314### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " podaac-tig"
3- version = " 0.13.0 "
3+ version = " 0.13.1a0 "
44description = " Tool for Image Generation (TIG)"
55authors = [" podaac-tva <podaac-tva@jpl.nasa.gov>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments