From f2fc22e89a334524095519664ecc824869b86751 Mon Sep 17 00:00:00 2001 From: Jubal Mabaquiao Date: Thu, 15 Feb 2024 16:34:24 +0800 Subject: [PATCH] Fix typo in workflow script (#257) * fix workflow typo * move context to end --- .github/workflows/ipfs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ipfs-deploy.yml b/.github/workflows/ipfs-deploy.yml index ff9419b9..097c4863 100644 --- a/.github/workflows/ipfs-deploy.yml +++ b/.github/workflows/ipfs-deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Build image run: | - docker build --file Dockerfile --tag $IMAGE_TAG + docker build --file Dockerfile --tag $IMAGE_TAG . # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry