Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Nov 21, 2023
1 parent 7b07d57 commit 97c71c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
context: ./container
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64
file: ./Dockerfile
file: ./container/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased][]

[Unreleased]: https://github.com/reliablyhq/cli/compare/0.25.0...HEAD
[Unreleased]: https://github.com/reliablyhq/cli/compare/0.25.1...HEAD

## [0.25.1][]

[0.25.1]: https://github.com/reliablyhq/cli/compare/0.25.0...0.25.1

### Fixed

* Dockerfile for full image

## [0.25.0][]

Expand Down

0 comments on commit 97c71c2

Please sign in to comment.