File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -559,6 +559,8 @@ if [ -z "$RUNNER_GID" ]; then
559
559
fi
560
560
export RUNNER_GID
561
561
562
+ echo " Using PHP version $PHP_VERSION "
563
+
562
564
# #### Start processing the tasks at hand
563
565
564
566
Original file line number Diff line number Diff line change 28
28
| docker login
29
29
--username ${{ secrets.DOCKER_HUB_USERNAME }}
30
30
--password-stdin &&
31
+ PHP_VERSION=${{ matrix.phpVersion }}
31
32
./run-locally.sh --pull --create-images --push-images
Original file line number Diff line number Diff line change 45
45
[ #554 ] ( https://github.com/nextcloud/cookbook/pull/554 ) @christianlupus
46
46
- Introduced updating recipe directory to Vuex state, fixes #542
47
47
[ #546 ] ( https://github.com/nextcloud/cookbook/pull/546/ ) @seyfeb
48
+ - Push docker images for different PHP versions
49
+ [ #574 ] ( https://github.com/nextcloud/cookbook/pull/574 ) @christianlupus
48
50
49
51
### Removed
50
52
- Removal of old contoller no longer in use
You can’t perform that action at this time.
0 commit comments