Skip to content

Commit

Permalink
fix: typo in publish job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jan 15, 2024
1 parent ee0ce96 commit 4ff844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image_publish:
name: Publish Image
runs-on: ubuntu-latest
needs: [image_build, trivy]
needs: [test_and_build]
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 4ff844c

Please sign in to comment.