Skip to content

Commit

Permalink
Add latest Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Feb 17, 2023
1 parent 1ee9bc7 commit a09c77e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ jobs:
TAG_MAJOR_MINOR_PATCH=${GITHUB_REF#refs/tags/}
TAG_MAJOR_MINOR=${TAG_MAJOR_MINOR_PATCH%.*}
TAG_MAJOR=${TAG_MAJOR_MINOR_PATCH%.*.*}
TAG_LATEST="LATEST"
for TAG in $TAG_MAJOR_MINOR_PATCH $TAG_MAJOR_MINOR $TAG_MAJOR
for TAG in $TAG_MAJOR_MINOR_PATCH $TAG_MAJOR_MINOR $TAG_MAJOR $TAG_LATEST
do
echo "Pushing ${image}:${TAG}"
docker tag "${image}" "${image}:${TAG}"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ use patch releases for compatibility fixes instead.

## Unreleased

### Added

- Added a `latest` tagged Docker image.

## [v1.17.2](https://github.com/allenai/beaker-py/releases/tag/v1.17.2) - 2023-02-15

### Fixed
Expand Down

0 comments on commit a09c77e

Please sign in to comment.