We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db3dc86 + 06aa315 commit dfb0727Copy full SHA for dfb0727
.github/workflows/docker-dev-cd.yml
@@ -15,9 +15,7 @@ jobs:
15
registry: ghcr.io
16
username: ${{ github.actor }}
17
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
+ - name: Build the pgsql Docker image
+ run: |
+ docker build . --tag ghcr.io/openimis/openimis-pgsql:develop
+ docker push ghcr.io/openimis/openimis-pgsql:develop
0 commit comments