Skip to content

Commit

Permalink
[fix] move module
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jul 17, 2024
1 parent b4762a4 commit 7fd82c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Build the Postgres 13 Docker image
run: |
timetag=(`date +%Y%M%d`)
docker build . --tag ghcr.io/viraweb123/postgres:13.${timetag} --tag ghcr.io/viraweb123/postgres:13
docker push ghcr.io/viraweb123/postgres:13
docker push ghcr.io/viraweb123/postgres:13.${timetag}
docker build . --tag ghcr.io/odoonix/postgres:13.${timetag} --tag ghcr.io/odoonix/postgres:13
docker push ghcr.io/odoonix/postgres:13
docker push ghcr.io/odoonix/postgres:13.${timetag}

0 comments on commit 7fd82c2

Please sign in to comment.