diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0748e49..306c20d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata (site) id: meta-site - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 with: images: ${{ env.REGISTRY }}/${{ env.SITE_IMAGE_NAME }} tags: | @@ -79,7 +79,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata (editor) id: meta-editor - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 + uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 with: images: ${{ env.REGISTRY }}/${{ env.EDITOR_IMAGE_NAME }} tags: |