Skip to content

Commit

Permalink
fix: avoid docker login on dev/test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Sep 8, 2024
1 parent 99968d2 commit ef005c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
version: v0.8.14
- uses: actions/checkout@v2
- name: Docker Login
run: echo "$DOCKERHUB_TOKEN" | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- name: Run build
run: earthly --ci --build-arg MIX_ENV=dev +ci

Expand All @@ -31,8 +29,6 @@ jobs:
with:
version: v0.8.14
- uses: actions/checkout@v2
- name: Docker Login
run: echo "$DOCKERHUB_TOKEN" | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- name: Run build
run: earthly -P --ci --build-arg MIX_ENV=test +test

Expand Down

0 comments on commit ef005c8

Please sign in to comment.