diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c554057e..bd63e751 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - name: ActivityPub Docker metadata for private registry if: steps.should-build.outputs.skip != 'true' id: activitypub-docker-metadata-private - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: | europe-docker.pkg.dev/ghost-activitypub/activitypub/activitypub @@ -121,7 +121,7 @@ jobs: - name: ActivityPub Docker metadata for public registry id: activitypub-docker-metadata-public if: steps.should-build.outputs.skip != 'true' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: | ghcr.io/tryghost/activitypub @@ -142,7 +142,7 @@ jobs: - name: Migrations Docker meta for private registry if: steps.should-build.outputs.skip != 'true' id: activitypub-migrations-docker-metadata-private - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: | europe-docker.pkg.dev/ghost-activitypub/activitypub/migrations @@ -158,7 +158,7 @@ jobs: - name: ActivityPub Migrations Docker metadata for public registry id: activitypub-migrations-docker-metadata-public if: steps.should-build.outputs.skip != 'true' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: | ghcr.io/tryghost/activitypub-migrations @@ -285,7 +285,7 @@ jobs: - name: Docker metadata if: steps.changes.outputs.reconcile-account-topics == 'true' id: reconcile-account-topics-meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: europe-docker.pkg.dev/ghost-activitypub/activitypub/reconcile-account-topics tags: |