Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Aug 26, 2024
1 parent 3416f76 commit 2a9322e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
</build>
</image>
<image>
<name>ozone-embedded-openmrs-frontend:${project.version}</name>
<name>ozone-embedded-openmrs-frontend:${docker.tag}</name>
<build>
<dockerFile>
${project.build.directory}/embedded-build-tmp/docker-embedded/frontend/Dockerfile</dockerFile>
Expand Down Expand Up @@ -565,7 +565,7 @@
</build>
</image>
<image>
<name>ozone-embedded-postgresql:${project.version}</name>
<name>ozone-embedded-postgresql:${docker.tag}</name>
<build>
<dockerFile>
${project.build.directory}/embedded-build-tmp/docker-embedded/postgresql/Dockerfile</dockerFile>
Expand All @@ -574,7 +574,7 @@
</build>
</image>
<image>
<name>ozone-embedded-mysql:${project.version}</name>
<name>ozone-embedded-mysql:${docker.tag}</name>
<build>
<dockerFile>
${project.build.directory}/embedded-build-tmp/docker-embedded/mysql/Dockerfile</dockerFile>
Expand Down

0 comments on commit 2a9322e

Please sign in to comment.