Skip to content

Commit

Permalink
Fixed CircleCI Config
Browse files Browse the repository at this point in the history
  • Loading branch information
metamemelord committed Jul 9, 2021
1 parent 597f626 commit 9c09f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cargo login ${FN_CARGO_TOKEN}
# Build and deploy init image
pushd images/init && docker build -t fnproject/rust:init: . && popd && docker push fnproject/rust:init
pushd images/init && docker build -t fnproject/rust:init . && popd && docker push fnproject/rust:init
./release.sh
./build_image.sh 1.53
Expand Down

0 comments on commit 9c09f82

Please sign in to comment.