Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Nov 6, 2024
1 parent 9bb6f53 commit 8a3efe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push image to docker hub
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
make push_images

0 comments on commit 8a3efe0

Please sign in to comment.