From 1d3c33bed8b291367688809a869796f2f27d47df Mon Sep 17 00:00:00 2001 From: Nicolas Ochem Date: Mon, 10 Jan 2022 20:15:16 -0800 Subject: [PATCH] typo --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3566349..6456c67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,9 @@ jobs: - name: Push to GHCR uses: docker/build-push-action@v2 with: - context: ${{ matrix.container }}/. - file: ${{ matrix.container }}/Dockerfile - push: true + context: ${{ matrix.container }}/. + file: ${{ matrix.container }}/Dockerfile + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}