Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 27, 2023
2 parents 8503d2c + ca09694 commit 73d0d39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: |
my-docker-hub-namespace/my-docker-hub-repository
studiometa/test-redirection
ghcr.io/${{ github.repository }}
- name: Build and push Docker images
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v0.6.1 (2023-10-27)

### Fixed

- Fix Docker image name in GitHub Action ([79416e0](https://github.com/studiometa/cli-test-redirection/commit/79416e0))

## v0.6.0 (2023-10-27)

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/cli-test-redirection",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 73d0d39

Please sign in to comment.