File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Determine latest built PHP ${{ matrix.php }} version
3838 id : latest_php_version
39- uses : flownative/action-docker-get-label@master
39+ uses : flownative/action-docker-get-label@v1
4040 with :
4141 image : europe-docker.pkg.dev/flownative/docker/php:${{ matrix.php }}
4242 label : org.opencontainers.image.version
8787 password : ${{ secrets.GOOGLE_ARTIFACTS_PASSWORD_DOCKER }}
8888
8989 - name : Build Docker image
90- uses : docker/build-push-action@v5
90+ uses : docker/build-push-action@v6
9191 with :
9292 context : .
9393 platforms : linux/amd64,linux/arm64
@@ -117,7 +117,7 @@ jobs:
117117 client-payload : ' {"image_name": "flownative/docker-php/beach-php"}'
118118
119119 - name : Send mail for Opsgenie heartbeat
120- uses : dawidd6/action-send-mail@v3
120+ uses : dawidd6/action-send-mail@v4
121121 with :
122122 connection_url : ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
123123 subject : Github Actions heartbeat ping
You can’t perform that action at this time.
0 commit comments