diff --git a/.github/workflows/github-actions-builddockerfile.yml b/.github/workflows/github-actions-builddockerfile.yml index 44402a1..6ad25a8 100644 --- a/.github/workflows/github-actions-builddockerfile.yml +++ b/.github/workflows/github-actions-builddockerfile.yml @@ -14,13 +14,6 @@ jobs: docker: runs-on: ubuntu-latest steps: - - name: Commit and push changes - run: | - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" - git add subgen/subgen.py - git commit -m "Automated update subgen.py with version" - git push - name: Login to Docker Hub uses: docker/login-action@v3.0.0