From 505e71f65f0db6c39d7a01d04ceee1016f7c1283 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Tue, 13 Dec 2022 00:45:34 -0500 Subject: [PATCH] fix build command --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 907f939..9591200 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: --build-arg SERVICE=${{ matrix.service }} \ -t ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.sha }} \ --cache-to type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }} \ - --cache-from type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }} . + --cache-from type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }} - run: | docker tag ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.sha }} \ ghcr.io/${{ github.repository }}/${{ matrix.service }}:latest