Skip to content

Commit 98ae725

Browse files
Update docker/build-push-action action to v6.18.0 (#1756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d60cd93 commit 98ae725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-otel-php-base-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push ${{ matrix.php-version }} to ghcr.io
43-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
43+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4444
if: github.ref != 'refs/heads/main'
4545
with:
4646
push: false
@@ -49,7 +49,7 @@ jobs:
4949
platforms: linux/amd64,linux/arm/v8,linux/arm64
5050

5151
- name: Build and push ${{ matrix.php-version }} to ghcr.io
52-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
52+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5353
if: github.ref == 'refs/heads/main'
5454
with:
5555
push: true

0 commit comments

Comments
 (0)