diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e96fa7ed..8ff1786a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -520,7 +520,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: ${{ github.repository_owner }}/autoinstrumentation-java tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47f7b140..ce013f83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -380,7 +380,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0 with: images: ${{ github.repository_owner }}/autoinstrumentation-java tags: |