Skip to content

Commit

Permalink
[fix] build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jul 17, 2024
1 parent 305392d commit 672c621
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 Odoo Runner 17.0 Docker image
run: |
timetag=(`date +%Y%M%d`)
docker build . --tag ghcr.io/viraweb123/odoo-runner:17.0.${timetag} --tag ghcr.io/viraweb123/odoo-runner:17.0
docker push ghcr.io/viraweb123/odoo-runner:17.0
docker push ghcr.io/viraweb123/odoo-runner:17.0.${timetag}
docker build . --tag ghcr.io/odoonix/odoo-runner:17.0.${timetag} --tag ghcr.io/odoonix/odoo-runner:17.0
docker push ghcr.io/odoonix/odoo-runner:17.0
docker push ghcr.io/odoonix/odoo-runner:17.0.${timetag}

0 comments on commit 672c621

Please sign in to comment.