Skip to content

Commit

Permalink
add new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb authored Jun 5, 2024
1 parent c4d22f4 commit 18b91b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
docker push dinifarb/activemq:$version
done
activemq_java11_versions=(5.17.0 5.17.1 5.17.2 5.17.3 5.17.4 5.17.5 5.17.6 5.18.0 5.18.1 5.18.2 5.18.3)
activemq_java11_versions=(5.17.0 5.17.1 5.17.2 5.17.3 5.17.4 5.17.5 5.17.6 5.18.0 5.18.1 5.18.2 5.18.3 5.18.4)
for version in "${activemq_java11_versions[@]}" ; do
echo "Publishing version $version"
docker build -t dinifarb/activemq:$version --build-arg ACTIVEMQ_VERSION=$version --build-arg JAVA_VERSION=11 .
docker push dinifarb/activemq:$version
done
activemq_java17_versions=(6.0.0 6.0.1)
activemq_java17_versions=(6.0.0 6.0.1 6.1.0 6.1.1 6.1.2)
for version in "${activemq_java17_versions[@]}" ; do
echo "Publishing version $version"
docker build -t dinifarb/activemq:$version --build-arg ACTIVEMQ_VERSION=$version --build-arg JAVA_VERSION=17 .
Expand Down

0 comments on commit 18b91b7

Please sign in to comment.