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
Hi, I think this started suddenly, but now it happens with all actions that I haven't used before:
❯ act -s GITHUB_TOKEN="$(gh auth token)" -j test
INFO[0000] Start server on http://172.16.1.75:34567
[Deploy to Production/Testing] 🚀 Start image=catthehacker/ubuntu:act-latest
INFO[0000] Parallel tasks (0) below minimum, setting to 1
[Deploy to Production/Testing] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform=linux/arm64 username= forcePull=false
INFO[0006] Parallel tasks (0) below minimum, setting to 1
[Deploy to Production/Testing] 🐳 docker create image=catthehacker/ubuntu:act-latest platform=linux/arm64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Deploy to Production/Testing] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=linux/arm64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Deploy to Production/Testing] ⭐ Run Main Checkout repository
[Deploy to Production/Testing] 🐳 docker cp src=/Users/alpipego/Projects/axg/app/. dst=/Users/alpipego/Projects/axg/app
[Deploy to Production/Testing] ✅ Success - Main Checkout repository
[Deploy to Production/Testing] ⭐ Run Main Release
[Deploy to Production/Testing] 🐳 docker build -t act-huggingface-semver-release-action-latest-dockeraction:latest --platform linux/arm64 /Users/alpipego/.cache/act/huggingface-semver-release-action@latest/
[Deploy to Production/Testing] 🐳 docker pull image=act-huggingface-semver-release-action-latest-dockeraction:latest platform=linux/arm64 username= forcePull=false
[Deploy to Production/Testing] ❌ Failure - Main Release
[Deploy to Production/Testing] Error response from daemon: pull access denied for act-huggingface-semver-release-action-latest-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
[Deploy to Production/Testing] 🏁 Job failed
Error: Job 'Testing' failed
When running this verbosely, I get:
[Deploy to Production/Testing] [DEBUG] Image exists? false
[Deploy to Production/Testing] [DEBUG] pulling image 'docker.io/library/act-huggingface-semver-release-action-latest-dockeraction:latest' (linux/arm64)
[Deploy to Production/Testing] ❌ Failure - Main Release
[Deploy to Production/Testing] Error response from daemon: pull access denied for act-huggingface-semver-release-action-latest-dockeraction, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Any ideas to why this might be happening? This is the workflow:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I think this started suddenly, but now it happens with all actions that I haven't used before:
When running this verbosely, I get:
Any ideas to why this might be happening? This is the workflow:
There is this discussion, which could be the same or a similar issue but there is no reply there.
Beta Was this translation helpful? Give feedback.
All reactions