wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
149 stars 58 forks source link

fix: unintentional docker release config override #909

Closed vados-cosmonic closed 9 months ago

vados-cosmonic commented 9 months ago

After some more digging, it looks like the culprit might be azure's docker login changing setting for buildx.

see: https://github.com/docker/build-push-action/issues/163#issuecomment-918590372

This commit moves the setup for QEMU and docker buildx to after the logins for all three registries.

Feature or Problem

Related Issues

Release Information

Consumer Impact

Testing

Built on platform(s)

Tested on platform(s)

Unit Test(s)

Acceptance or Integration

Manual Verification