Skip to content

Commit ff78329

Browse files
committed
chore: empty should be default
1 parent 0c471d9 commit ff78329

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
password: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Build the pgsql EMPTY Docker image
1919
run: |
20-
docker build . --tag ghcr.io/openimis/openimis-pgsql:develop-base --target base
21-
docker push ghcr.io/openimis/openimis-pgsql:develop-base
20+
docker build . --tag ghcr.io/openimis/openimis-pgsql:develop --target base
21+
docker push ghcr.io/openimis/openimis-pgsql:develop
2222
- name: Build the pgsql DEMO Docker image
2323
run: |
24-
docker build . --tag ghcr.io/openimis/openimis-pgsql:develop
25-
docker push ghcr.io/openimis/openimis-pgsql:develop
24+
docker build . --tag ghcr.io/openimis/openimis-pgsql:develop-demo
25+
docker push ghcr.io/openimis/openimis-pgsql:develop-demo

0 commit comments

Comments
 (0)