Skip to content

Commit

Permalink
fix make target in publish workflow
Browse files Browse the repository at this point in the history
[skip ci]  # this will skip workflow
  • Loading branch information
bloodearnest committed Jan 13, 2023
1 parent d706005 commit b116e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Lint
run: make lint
- name: Run tests
run: make tests
run: make test
- name: Log into GitHub Container Registry
run: docker login https://ghcr.io -u ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
- name: Push image to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Lint
run: make lint
- name: Run tests
run: make tests
run: make test

0 comments on commit b116e35

Please sign in to comment.