You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated my Docker Desktop version to 4.34.3. When attempting to deploy my service, the docker push step resulted in a 403 error. In the Docker release notes for version 4.34.0, there is a known issue regarding login functionality. The issue mentions Docker pull instead of push, but when I downgraded to Docker 4.33.0, the issue was resolved and I was able to push again.
Observed result:
copilot svc deploy results in a 403 error at the docker push step.
Expected result:
copilot svc deploy works.
The text was updated successfully, but these errors were encountered:
Description:
I recently updated my Docker Desktop version to 4.34.3. When attempting to deploy my service, the docker push step resulted in a 403 error. In the Docker release notes for version 4.34.0, there is a known issue regarding login functionality. The issue mentions Docker pull instead of push, but when I downgraded to Docker 4.33.0, the issue was resolved and I was able to push again.
Observed result:
copilot svc deploy
results in a 403 error at thedocker push
step.Expected result:
copilot svc deploy
works.The text was updated successfully, but these errors were encountered: