Skip to content

Commit 7fd82c2

Browse files
[fix] move module
1 parent b4762a4 commit 7fd82c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Build the Postgres 13 Docker image
1515
run: |
1616
timetag=(`date +%Y%M%d`)
17-
docker build . --tag ghcr.io/viraweb123/postgres:13.${timetag} --tag ghcr.io/viraweb123/postgres:13
18-
docker push ghcr.io/viraweb123/postgres:13
19-
docker push ghcr.io/viraweb123/postgres:13.${timetag}
17+
docker build . --tag ghcr.io/odoonix/postgres:13.${timetag} --tag ghcr.io/odoonix/postgres:13
18+
docker push ghcr.io/odoonix/postgres:13
19+
docker push ghcr.io/odoonix/postgres:13.${timetag}

0 commit comments

Comments
 (0)