Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmishra90 authored Aug 23, 2024
1 parent cff9f85 commit 0d35691
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,7 @@ jobs:

- name: Push Docker images
run: bash docker/push-all.sh

- name: Commit changes to git (docker image metadata)
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
# add_timestamp: false
commit_prefix: "ci(docker): "
commit_message: "Docker images built and pushed [GH Action]"
force: false
# target_branch:
#

- name: Write to workflow job summary
run: |
Expand Down

0 comments on commit 0d35691

Please sign in to comment.