Skip to content

Commit

Permalink
fix: only build docker image on successful build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
berkes committed Oct 9, 2023
1 parent 3e9f172 commit 1700501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
push_to_registry:

name: Push Docker image to Docker Hub

needs: build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1700501

Please sign in to comment.