File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- name : Release
1+ name : Build Docker image ci
22
33on :
44 workflow_dispatch : ~
55
66jobs :
77 build :
8- name : Build CI image
8+ name : Build Docker image ci
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
1717 key : composer-${{ hashFiles('composer.json') }}
1818 restore-keys : composer-${{ hashFiles('composer.json') }}
1919 - run : bin/ci/env
20- - run : docker login --username ${{ secrets.DOCKER_HUB_TOKEN }}
20+ - run : echo " ${{ secrets.DOCKER_HUB_TOKEN }}" | docker login --username steevanb --password-stdin
2121 - run : bin/ci/docker --push
Original file line number Diff line number Diff line change 11### master
22
3+ - Automatically build and push Docker image ` steevanb/php-parallel-processes:ci `
4+
35### [ 0.2.1] ( ../../compare/0.2.0...0.2.1 ) - 2022-01-08
46
57- Fix ` bin/release/code-lines ` who find code lines in ` .idea ` (directory of PhpStorm)
You can’t perform that action at this time.
0 commit comments