From 9a8f24a04d9991a67ac0c7138af50224a8962bb0 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Thu, 3 Oct 2024 15:18:20 -0700 Subject: [PATCH] fix dupe id --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d096749..fe901cc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -159,7 +159,7 @@ jobs: tags: "docker.io/containercraft/konductor:slim-all,ghcr.io/${{ steps.string-repository-to-lower.outputs.lowercase }}:slim-all,ghcr.io/${{ steps.string-repository-to-lower.outputs.lowercase }}:${{ github.sha }}" - name: Build and Push Image devcontainer:hugo - id: slim + id: hugo uses: docker/build-push-action@v5 if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request' with: