Skip to content

Commit 34bd34e

Browse files
committed
add laste tag
1 parent 044ca78 commit 34bd34e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/php82.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ jobs:
2424
with:
2525
context: ./8.2
2626
push: true
27-
tags: shion/php-fpm:8.2
27+
tags: shion/php-fpm:8.2
28+
-
29+
name: Build and push php8.2
30+
uses: docker/build-push-action@v2
31+
with:
32+
context: ./8.2
33+
push: true
34+
tags: shion/php-fpm:latest

0 commit comments

Comments
 (0)