Skip to content

Commit 1b0fc17

Browse files
authored
Update actions in docker.build.yaml
1 parent 1536227 commit 1b0fc17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)