dd of=
1 files changed, 1 insertions(+), 1 deletions(-) M .builds/container.yml
M .builds/container.yml => .builds/container.yml +1 -1
@@ 31,7 31,7 @@ tasks: --platform=linux/amd64 . - push: | sudo mkdir -p /run/containers/0/ - cat .docker/config.json | sudo dd /run/containers/0/auth.json + cat .docker/config.json | sudo dd of=/run/containers/0/auth.json sudo buildah manifest \ push \ --all \