Skip to content

Commit

Permalink
Remove docker.tag property
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Sep 2, 2024
1 parent 37fb63f commit 439e72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: "8"
maven-phase: "install"
maven-args: "-Pvalidator -Pbundled-docker" # OMRS config validation
maven-args: "-Pvalidator -Pbundled-docker" # Validate OpenMRS configs & build Docker images embedding the distro bins and configs
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand All @@ -24,7 +24,7 @@ jobs:
needs: validate
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-publish.yml@main
with:
maven-args: "-Pbundled-docker" # Build embedded docker images
maven-args: "-Pbundled-docker" # Build Docker images embedding the distro bins and configs
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand Down
2 changes: 0 additions & 2 deletions maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@
<ozoneBundledDocker>1.0.0-SNAPSHOT</ozoneBundledDocker>
<!-- Fabric8 Docker Maven Plugin version-->
<dockerMavenPlugin>0.45.0</dockerMavenPlugin>
<!-- Docker image properties-->
<docker.tag>${project.groupId}-${project.artifactId}-${project.version}</docker.tag>
<!-- Docker push registry-->
<docker.push.registry>docker.io</docker.push.registry>
<!-- Docker push registry username-->
Expand Down

0 comments on commit 439e72b

Please sign in to comment.