Skip to content

Commit

Permalink
Fix typo in workflow script (#257)
Browse files Browse the repository at this point in the history
* fix workflow typo

* move context to end
  • Loading branch information
jubalm authored Feb 15, 2024
1 parent 9de0866 commit f2fc22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2fc22e

Please sign in to comment.