Skip to content

Commit

Permalink
Merge pull request #70 from itpp-labs/DINAR2fork
Browse files Browse the repository at this point in the history
DINAR2fork
  • Loading branch information
yelizariev authored May 22, 2022
2 parents 3665148 + 9c5e91e commit f80bd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-files/.DINAR/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARG ODOO_VERSION
FROM docker.pkg.github.com/itpp-labs/doodba/doodba:${ODOO_VERSION}-onbuild
FROM ghcr.io/itpp-labs/doodba/doodba:${ODOO_VERSION}-onbuild
2 changes: 1 addition & 1 deletion workflow-files/configure-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAGE_CODE=$REPO_NAME:$BRANCH
IMAGE_DB=${GITHUB_REPOSITORY}/dinar-db-$IMAGE_CODE
IMAGE_ODOO=${GITHUB_REPOSITORY}/dinar-odoo-$IMAGE_CODE
IMAGE_ODOO_BASE=$IMAGE_ODOO-base
REGISTRY=docker.pkg.github.com
REGISTRY=ghcr.io
REGISTRY_USERNAME="${GITHUB_ACTOR}"
REGISTRY_PASSWORD="$1"

Expand Down

0 comments on commit f80bd93

Please sign in to comment.