Skip to content

Commit d415748

Browse files
authored
Merge pull request #12 from amenophis/fix-ci
Fix docker repo name
2 parents 4ff8e6b + ff46934 commit d415748

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-push.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build and push docker images
22

3-
on:
4-
pull_request:
3+
on:
54
push:
65
branches:
76
- master
@@ -36,7 +35,7 @@ jobs:
3635
context: "./${{ matrix.php }}/base"
3736
platforms: linux/amd64,linux/arm64
3837
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) || '') }}
4039

4140
-
4241
name: Build and push php-all-exts
@@ -45,4 +44,4 @@ jobs:
4544
context: "./${{ matrix.php }}/php-all-exts"
4645
platforms: linux/amd64,linux/arm64
4746
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

Comments
 (0)