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

Had to downgrade to v5.3.0 because v6.0.0 throws error #1045

Closed
matheo opened this issue May 22, 2024 · 2 comments · Fixed by #1047
Closed

Had to downgrade to v5.3.0 because v6.0.0 throws error #1045

matheo opened this issue May 22, 2024 · 2 comments · Fixed by #1047

Comments

@matheo
Copy link

matheo commented May 22, 2024

Using v6.0.0 I'm getting this in my GitHub Actions:

#11 exporting to image
#11 exporting layers
#11 exporting layers 0.9s done
#11 writing image sha256:c4ced6430fe6f526ab889ba2833d39c92ff18553412dcd08c425342118335d9e
#11 writing image sha256:c4ced6430fe6f526ab889ba2833d39c92ff18553412dcd08c425342118335d9e done
#11 naming to docker.io/my-docker-dev/dashboard-fe/image-frontend:latest done
#11 DONE 0.9s

#13 ERROR: denied: requested access to the resource is denied
------
 > pushing my-docker-dev/dashboard-fe/image-frontend:latest with docker:
------
ERROR: denied: requested access to the resource is denied

whereas publishing with v5.3.0 gives this result:

#11 exporting to image
#11 exporting layers
#11 exporting layers 0.5s done
#11 writing image sha256:ac2234facf6ba06b4d2a402bc510929a4d8a61ba3c22ed5ff86b96d87083b48b done
#11 naming to us-central1-docker.pkg.dev/my-docker-dev/dashboard-fe/image-frontend:latest done
#11 DONE 0.5s

the v6.0.0 release doesn't mention that INPUT_${PROJECT}_IMAGES env var was changed.

Thanks for the great stuff @gperdomor!

gperdomor added a commit that referenced this issue May 22, 2024
fix issue getting prefixed variables for lists

fix #1045
@gperdomor
Copy link
Owner

@matheo thanks for reporting this... Please try with version 6.0.1 and let me know

@gperdomor gperdomor reopened this May 22, 2024
@matheo
Copy link
Author

matheo commented May 23, 2024

It works now! Thank you very much @gperdomor
great stuff!

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 a pull request may close this issue.

2 participants