diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 4b0461b..583973f 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -59,7 +59,7 @@ jobs: - name: Generate OCI image metadata id: metadata - uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 with: flavor: | latest=false diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 57faab6..baef6be 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -55,7 +55,7 @@ jobs: - name: Generate OCI image metadata id: metadata - uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 with: flavor: | latest=false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e8c260..f46796d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,7 @@ jobs: - name: Generate OCI image metadata id: metadata - uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 with: flavor: | latest=false