Skip to content

Commit 0c471d9

Browse files
committed
empty should be default
1 parent a1b964f commit 0c471d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
password: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Build the pgsql EMPTY Docker image
2121
run: |
22-
docker build . --target base --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-base
23-
docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-base
22+
docker build . --target base --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
23+
docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
2424
- name: Build the pgsql DEMO Docker image
2525
run: |
26-
docker build . --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
27-
docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
26+
docker build . --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-demo
27+
docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-demo

0 commit comments

Comments
 (0)