Skip to content

Commit

Permalink
Push Java 21 image to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar authored and tadayosi committed Dec 14, 2023
1 parent dfb77f5 commit b382efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ jobs:
docker push quay.io/hawtio/hawtio-online-example-camel-quarkus:${{matrix.java}}
docker push quay.io/hawtio/hawtio-online-example-camel-springboot:${{matrix.java}}
if [[ "${{matrix.java}}" == "21" ]]; then
docker push quay.io/hawtio/hawtio-online-example-camel-quarkus:latest
docker push quay.io/hawtio/hawtio-online-example-camel-springboot:latest
fi

0 comments on commit b382efa

Please sign in to comment.