File tree Expand file tree Collapse file tree 2 files changed +4
-52
lines changed
Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Publish Latest Docker Image
33on :
44 push :
55 branches :
6- - ' 8.0.x '
6+ - ' main '
77
88env :
9- PHP_VERSION : ' 8.0 '
9+ PHP_VERSION : ' 8.1 '
1010 DOCKER_HUB_REPO : ' rushlowdev/php-cli'
1111
1212jobs :
@@ -34,13 +34,13 @@ jobs:
3434 with :
3535 context : ./cli
3636 push : true
37- tags : ${{ env.DOCKER_HUB_REPO }}:latest-${{ env.PHP_VERSION }}- cli
37+ tags : ${{ env.DOCKER_HUB_REPO }}:latest-cli
3838 labels : ${{ steps.meta.outputs.labels }}
3939
4040 - name : Build and push FPM image
4141 uses : docker/build-push-action@v2
4242 with :
4343 context : ./fpm
4444 push : true
45- tags : ${{ env.DOCKER_HUB_REPO }}:latest-${{ env.PHP_VERSION }}- fpm
45+ tags : ${{ env.DOCKER_HUB_REPO }}:latest-fpm
4646 labels : ${{ steps.meta.outputs.labels }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments