We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4762a4 commit 7fd82c2Copy full SHA for 7fd82c2
.github/workflows/publish.yaml
@@ -14,6 +14,6 @@ jobs:
14
- name: Build the Postgres 13 Docker image
15
run: |
16
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}
+ 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 commit comments