Skip to content

Commit

Permalink
docker logout before anything
Browse files Browse the repository at this point in the history
  • Loading branch information
yscialom committed Apr 1, 2024
1 parent ae6fa27 commit f0fc74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
envsubst <test/settings.yaml.d/ci.yaml >dist/settings.yaml
- name: Install
run: cd dist && ../src/install/installer.sh
run: docker logout && cd dist && ../src/install/installer.sh

- name: Start
run: |
Expand Down

0 comments on commit f0fc74e

Please sign in to comment.