diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 90588ac..16d3b8f 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -29,7 +29,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository_owner }}/newrelic-agent-operator/newrelic-agent-operator tags: | diff --git a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml index 98da467..5d8cc85 100644 --- a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository_owner }}/newrelic-agent-operator/instrumentation-dotnet tags: | diff --git a/.github/workflows/publish-newrelic-instrumentation-java.yaml b/.github/workflows/publish-newrelic-instrumentation-java.yaml index 8be1f73..a131218 100644 --- a/.github/workflows/publish-newrelic-instrumentation-java.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-java.yaml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository_owner }}/newrelic-agent-operator/instrumentation-java tags: | diff --git a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml index 691a154..52ba14b 100644 --- a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository_owner }}/newrelic-agent-operator/instrumentation-nodejs tags: | diff --git a/.github/workflows/publish-newrelic-instrumentation-python.yaml b/.github/workflows/publish-newrelic-instrumentation-python.yaml index c65fe3f..e968988 100644 --- a/.github/workflows/publish-newrelic-instrumentation-python.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-python.yaml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository_owner }}/newrelic-agent-operator/instrumentation-python tags: |