mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
2
.github/workflows/tool_updater.yml
vendored
2
.github/workflows/tool_updater.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Push Image
|
||||
if: ${{ env.NO_UPDATE != '1' }}
|
||||
run: |
|
||||
docker push ${{ secrets.TOOL_DOCKER_IMAGE }}:$(python3 $(python3 ../dependencies/tool.py --docker-tag-for-os=centos-7)
|
||||
docker push ${{ secrets.TOOL_DOCKER_IMAGE }}:$(python3 ../dependencies/tool.py --docker-tag-for-os=centos-7)
|
||||
|
||||
- name: Create Pull Request
|
||||
if: ${{ env.NO_UPDATE != '1' }}
|
||||
|
||||
Reference in New Issue
Block a user