Skip to content

Commit

Permalink
Update dockerhub-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb authored Aug 26, 2024
1 parent 66d756f commit c3f7b02
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 5.18.4)
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 5.18.5)
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 6.1.0 6.1.1 6.1.2)
activemq_java17_versions=(6.0.0 6.0.1 6.1.0 6.1.1 6.1.2 6.1.3)
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 c3f7b02

Please sign in to comment.