Skip to content

Commit

Permalink
Fixed: registry setup step in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Jul 17, 2023
1 parent 9db711b commit cf56918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:

- name: Update registry for the containerized development environment
working-directory: dev-env
env:
REGISTRY: 'docker.io'
run: |
sed -i~ '/^REGISTRY=/s/=.*/="$REGISTRY"/' .env
sed -i~ '/^REGISTRY=/s/=.*/=docker.io/' .env
shell: bash

- name: Start containers
Expand Down

0 comments on commit cf56918

Please sign in to comment.