Skip to content

Commit

Permalink
Merge pull request #662 from valory-xyz/fix/typo
Browse files Browse the repository at this point in the history
Fix typo in `release.yml`
  • Loading branch information
angrybayblade authored Sep 12, 2023
2 parents 67d9e45 + a03d892 commit c9e14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
run: |
# export `TAG` variable
source env.sh
docker build -t valory/open-aea-docs:$TAG -f docs-image/Dockerfile . --pushs
docker build -t valory/open-aea-docs:$TAG -f docs-image/Dockerfile . --push
docker build -t valory/open-aea-docs:latest -f docs-image/Dockerfile . --push
publish-user-images:
Expand Down

0 comments on commit c9e14dc

Please sign in to comment.