[skip ci]
This commit is contained in:
Donn
2021-12-24 13:08:02 +02:00
committed by GitHub
parent 16d977225a
commit efc75133f0

View File

@@ -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' }}