Skip to content

Commit

Permalink
ci(push): fix workflow syntax for push job (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Aug 23, 2024
1 parent dee1fb4 commit 88d3dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker push $IMAGE_ID:latest
deploy-dev:
needs: dockerhub
needs: docker
runs-on: ubuntu-latest
steps:
- uses: appleboy/[email protected]
Expand Down

0 comments on commit 88d3dd9

Please sign in to comment.