|
1 | 1 | name: Build and push docker images
|
2 | 2 |
|
3 | | -on: |
4 | | - pull_request: |
| 3 | +on: |
5 | 4 | push:
|
6 | 5 | branches:
|
7 | 6 | - master
|
|
36 | 35 | context: "./${{ matrix.php }}/base"
|
37 | 36 | platforms: linux/amd64,linux/arm64
|
38 | 37 | push: true
|
39 | | - tags: ${{ format('amenophis/nginx-php-fpm:{0}{1}', matrix.php, github.event.event_name == 'pull_request' && format('-{0}', github.event.number) || '') }} |
| 38 | + tags: ${{ format('makasim/nginx-php-fpm:{0}{1}', matrix.php, github.event.event_name == 'pull_request' && format('-{0}', github.event.number) || '') }} |
40 | 39 |
|
41 | 40 | -
|
42 | 41 | name: Build and push php-all-exts
|
|
45 | 44 | context: "./${{ matrix.php }}/php-all-exts"
|
46 | 45 | platforms: linux/amd64,linux/arm64
|
47 | 46 | push: true
|
48 | | - tags: ${{ format('amenophis/nginx-php-fpm:{0}-all-exts{1}', matrix.php, github.event.event_name == 'pull_request' && format('-{0}', github.event.number) || '') }} |
| 47 | + tags: ${{ format('makasim/nginx-php-fpm:{0}-all-exts{1}', matrix.php, github.event.event_name == 'pull_request' && format('-{0}', github.event.number) || '') }} |
0 commit comments