From 0cfad70056d7147e64997a1c2397958b2d372950 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Mon, 26 Jun 2023 17:32:14 +0200 Subject: [PATCH] typo --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 458b9ad..43d425a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -35,5 +35,5 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: ${{ steps.meta.outputs.tags }}} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}