Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 23, 2024
1 parent 18092a7 commit 108f84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run build
run: earthly --push +${{ matrix.command }}
run: earthly +${{ matrix.command }}
env:
EARTHLY_PUSH: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit 108f84a

Please sign in to comment.