diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index 4d7c6f887..1238b2895 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -47,7 +47,7 @@ jobs: - name: image metadata id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5 with: images: ghcr.io/${{ github.repository }}/${{ matrix.project }} tags: | @@ -90,7 +90,7 @@ jobs: - name: image metadata id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5 with: images: ghcr.io/${{ github.repository }}/dnsmasq tags: | @@ -139,7 +139,7 @@ jobs: - name: image metadata id: meta - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5 + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5 with: images: ghcr.io/${{ github.repository }}/${{ matrix.container.name }} tags: |