Skip to content

Commit

Permalink
fix(workflow): docker pull errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pcg committed Dec 2, 2024
1 parent 8e30cb6 commit 6abc771
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- '[0-9]+.0'
types: [ opened, synchronize, reopened, labeled ]

env:
REQUIRED_MODULES: 'session_redis' # list of addional addons to install separated by comma
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
repository: indexa-git/l10n-dominicana
path: l10n-dominicana
# TODO change this to ${{ env.GITHUB_BASE_REF_SLUG || env.GITHUB_REF_SLUG }}
ref: '15.0-mig'
ref: '${{ env.GITHUB_BASE_REF_SLUG || env.GITHUB_REF_SLUG }}'

- name: Select Odoo modules to install
id: get_modules
Expand All @@ -90,8 +91,6 @@ jobs:
run: |
echo "WITHOUT_TEST_TAGS=1" >> $GITHUB_ENV
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected]
Expand All @@ -101,7 +100,6 @@ jobs:
service_account: '${{ vars.ITERATIVO_GCP_ARTIFACTS_SA }}'
token_format: access_token


- name: Login to Google Artifact Registry
uses: docker/[email protected]
with:
Expand All @@ -123,4 +121,4 @@ jobs:
WITHOUT_DEMO: 'False'
EXTRA_MODULES: ${{ steps.get_modules.outputs.modules }},${{ env.REQUIRED_MODULES }}
ODOO_EXTRA_ADDONS: /github/workspace
PGHOST: localhost
PGHOST: localhost

0 comments on commit 6abc771

Please sign in to comment.