Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ENV key=value in Dockerfile #6100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

trivikr
Copy link

@trivikr trivikr commented Nov 4, 2024

This will fix workflow failure

#21 ERROR: failed to push ***/bskyweb:ac9d910e1e77c559eff8b32cd8412335f41074f1: failed commit on ref "manifest-sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f": unexpected status from PUT request to https://***/v2/bskyweb/manifests/sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f: 403 Forbidden
------
 > exporting to image:
------

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20)
ERROR: failed to solve: failed to push ***/bskyweb:ac9d910e1e77c559eff8b32cd8412335f41074f1: failed commit on ref "manifest-sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f": unexpected status from PUT request to https://***/v2/bskyweb/manifests/sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f: 403 Forbidden
Error: buildx failed with: ERROR: failed to solve: failed to push ***/bskyweb:ac9d910e1e77c559eff8b32cd8412335f41074f1: failed commit on ref "manifest-sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f": unexpected status from PUT request to https://***/v2/bskyweb/manifests/sha256:fd35dcfb18dd12d130322733b0d01dbc209a292dfb4941f2e90a8074c24e774f: 403 Forbidden

Example: https://github.com/bluesky-social/social-app/actions/runs/11653248662/job/32445429993#step:7:1252

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant