Skip to content

Commit

Permalink
Merge branch 'update-plans-after-stock-creation-or-update' of github.…
Browse files Browse the repository at this point in the history
…com:opensrp/opensrp-server-web into update-plans-after-stock-creation-or-update
  • Loading branch information
hilpitome committed Jan 24, 2024
2 parents d8e38bc + 6943d7b commit 3e1b72b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Push to Docker Image Repositories
uses: docker/[email protected]
id: docker_build
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@

<repositories>
<repository>
<id>spring-maven-release</id>
<name>Spring Maven Release Repository</name>
<url>https://maven.springframework.org/release</url>
</repository>
<id>repository.spring.milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</repository>
<repository>
<id>jcenter-release</id>
<name>jcenter</name>
Expand Down

0 comments on commit 3e1b72b

Please sign in to comment.