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