Snapcraft push was renamed to snapcraft upload

This commit is contained in:
Ian Davis 2022-07-27 13:40:16 -07:00
parent c2887b3e59
commit 564aaa7bb1
2 changed files with 2 additions and 2 deletions

View File

@ -580,7 +580,7 @@ jobs:
command: |
pwd
ls *.snap
snapcraft push lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
snapcraft upload lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
build-and-push-image:
description: build and push docker images to public AWS ECR registry

View File

@ -580,7 +580,7 @@ jobs:
command: |
pwd
ls *.snap
snapcraft push lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
snapcraft upload lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
build-and-push-image:
description: build and push docker images to public AWS ECR registry