Skip to content

Commit f8587d4

Browse files
committed
Clean docker build workflow
1 parent 2a47f6a commit f8587d4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/update-docker-build-image.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,9 @@ jobs:
7070
- name: Commit changes
7171
if: steps.check-changes.outputs.commit_changes == 'true'
7272
id: create-commit
73-
env:
74-
GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
7573
run: |
7674
git config user.name "github-actions[bot]"
7775
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
78-
79-
if [[ -z "$(git status -s)" ]]; then
80-
echo "No changes to commit, exiting."
81-
exit 0;
82-
fi
83-
8476
git commit --message "feat(ci): Update Docker build image" .gitlab-ci.yml
8577
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
8678
- name: Push changes

0 commit comments

Comments
 (0)