Skip to content

Commit

Permalink
fix latest tag on publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mttfranci committed Mar 23, 2024
1 parent 1c47434 commit 57a21f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
file: Dockerfile
platforms: linux/amd64
push: true
tags: fugeritorg/opencmis:${{ github.ref_name }},fugeritorg/fj-daogen-quarkus-demo:latest
tags: fugeritorg/opencmis:${{ github.ref_name }},fugeritorg/opencmis:latest
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- base image ubuntu:22.04

### Fixed

- docker_publish workflow latest tag

## [1.0.0] - 2024-03-23

### Added
Expand Down

0 comments on commit 57a21f4

Please sign in to comment.