Skip to content

Commit 066dbf3

Browse files
authored
Update build.yml
1 parent ea758ca commit 066dbf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
name: Build & push Docker image
3333
with:
3434
image: lightszentip/ci-docker-php-node
35-
tag: php${{ matrix.php }}
35+
tags: php${{ matrix.php }}
3636
registry: docker.io
3737
dockerfile: Dockerfile
38+
labels: ${{ matrix.php }}
3839
buildArgs: PHP_VERSION=${{ matrix.php }}
3940
username: ${{ secrets.DOCKER_USERNAME }}
4041
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)