Update github-actions-builddockerfile.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user