Skip to content

Commit

Permalink
[fix] odoo runner: adding validator package and update CI repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jul 20, 2024
1 parent 20069a9 commit b1b4f97
Show file tree
Hide file tree
Showing 2 changed files with 4 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 16.0 Docker image
run: |
timetag=(`date +%Y%M%d`)
docker build . --tag ghcr.io/viraweb123/odoo-runner:16.0.${timetag} --tag ghcr.io/viraweb123/odoo-runner:16.0
docker push ghcr.io/viraweb123/odoo-runner:16.0
docker push ghcr.io/viraweb123/odoo-runner:16.0.${timetag}
docker build . --tag ghcr.io/odoonix/odoo-runner:16.0.${timetag} --tag ghcr.io/odoonix/odoo-runner:16.0
docker push ghcr.io/odoonix/odoo-runner:16.0
docker push ghcr.io/odoonix/odoo-runner:16.0.${timetag}
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN apt-get update \
python3-geojson \
python3-shapely \
python3-magic \
python3-validators \
&& pip install \
openupgradelib \
jdatetime \
Expand Down

0 comments on commit b1b4f97

Please sign in to comment.