Skip to content

Commit

Permalink
Refactor CI workflow to update DockerHub image name
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph committed Apr 22, 2024
1 parent 945df9a commit 5a4b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn test --colors

build-and-push:
name: Build Docker image & push to DockerHub
name: Build & push to DockerHub
needs: test
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 5a4b60e

Please sign in to comment.