Skip to content

Commit dfb0727

Browse files
authored
Merge pull request #18 from openimis/feature/CM-235
CM-235: Changed build and push method of CD to one used by manual trigger
2 parents db3dc86 + 06aa315 commit dfb0727

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docker-dev-cd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
registry: ghcr.io
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.GITHUB_TOKEN }}
18-
- name: Build and push develop Docker image
19-
uses: docker/build-push-action@v2
20-
with:
21-
context: .
22-
push: true
23-
tags: openimis/openimis-pgsql:develop
18+
- name: Build the pgsql Docker image
19+
run: |
20+
docker build . --tag ghcr.io/openimis/openimis-pgsql:develop
21+
docker push ghcr.io/openimis/openimis-pgsql:develop

0 commit comments

Comments
 (0)