No manifest commands.

This commit is contained in:
James Cole 2019-02-02 18:07:03 +01:00
parent 33ccf7c707
commit e55de9c1d5

View File

@ -15,7 +15,3 @@ services:
script:
- .deploy/docker/build-arm.sh
- .deploy/docker/build-amd64.sh
- docker manifest create jc5x/ff-test-builds jc5x/firefly-iii:develop jc5x/firefly-iii:develop-arm
- docker manifest annotate jc5x/ff-test-builds jc5x/firefly-iii:develop-arm --arch arm --os linux
- docker manifest annotate jc5x/ff-test-builds jc5x/firefly-iii:develop --arch amd64 --os linux
- docker manifest push jc5x/ff-test-builds