commit 23e9f6a9fccfc742f7622c8eefb8f8e8922ae393
parent b20d4c27357cd283a428d1c173f124a18b24e9d9
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 15 Feb 2024 22:31:01 +0100
Try to make it push
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml
@@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
- outputs: type=image,name=${{ steps.repo_slug.outputs.result }},push-by-digest=true,name-canonical=true,push=true
+ outputs: type=image,name=${{ steps.meta.outputs.tags }},push-by-digest=true,name-canonical=true,push=true
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,scope=${{ matrix.platform }}