diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 1ca9e0c..7653764 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -61,7 +61,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Operator image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile diff --git a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml index 98da467..386de72 100644 --- a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: autoinstrumentation/dotnet platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/publish-newrelic-instrumentation-java.yaml b/.github/workflows/publish-newrelic-instrumentation-java.yaml index 8be1f73..9c9f475 100644 --- a/.github/workflows/publish-newrelic-instrumentation-java.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-java.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: autoinstrumentation/java platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml index 691a154..7f124fb 100644 --- a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: autoinstrumentation/nodejs platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/publish-newrelic-instrumentation-php.yaml b/.github/workflows/publish-newrelic-instrumentation-php.yaml index 852b98e..505414d 100644 --- a/.github/workflows/publish-newrelic-instrumentation-php.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-php.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: autoinstrumentation/php platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/publish-newrelic-instrumentation-python.yaml b/.github/workflows/publish-newrelic-instrumentation-python.yaml index c65fe3f..4ca7697 100644 --- a/.github/workflows/publish-newrelic-instrumentation-python.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-python.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: autoinstrumentation/python platforms: linux/amd64,linux/arm64