Skip to content

Commit

Permalink
Merge pull request #236 from matejkosiarcik/develop
Browse files Browse the repository at this point in the history
Automated PR
  • Loading branch information
matejkosiarcik authored Jun 20, 2023
2 parents c58e72c + d6aa751 commit d65668a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/project-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
matejkosiarcik/planckpng
tags: |
type=edge
type=raw,value=dev,enable=${{ github.event_name == 'push' }}
type=raw,value=latest,enable=${{ github.event_name == 'push tag' }}
type=semver,pattern={{major}},enable=${{ github.event_name == 'push tag' }}
type=semver,pattern={{major}}.{{minor}},enable=${{ github.event_name == 'push tag' }}
Expand All @@ -40,8 +39,8 @@ jobs:

- name: Debug logs
run: |
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
echo "Tags: ${{ steps.tags.outputs.tags }}"
printf "Platforms:\n%s\n" "${{ steps.buildx.outputs.platforms }}"
printf "Tags:\n%s\n" "${{ steps.tags.outputs.tags }}"
- name: Login to DockerHub
uses: docker/login-action@v2.1.0
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

- Miscellaneous
- Update dependencies
- Do not publish `:dev` tag for "trunk" releases (only `:edge`)

## \[0.3.0\] - 2023-06-20

- Miscellaneous
- Optimize docker image
- Update dependencies
- Update runtime container from debian `11.6` to `12.0`
- Rename project `millipng` -> `planckpng`
- Publish `edge` tag alongside `dev` tag to symbolize latest "trunk" release
- Publish `:edge` tag alongside `:dev` tag to symbolize latest "trunk" release

## \[0.2.4\] - 2021-10-08

Expand Down

0 comments on commit d65668a

Please sign in to comment.