Closed mike-petersen closed 1 year ago
We are also getting the same error
Hi, I have seen the same issue on my projects for a few minutes. I would prefer not to have to explicitly reference v1.0.0 in all my workflows...
Yes. I also getting the same issue with azure/docker-login@v1
Error:
Error: Cannot find module '@actions/core'
Hi, I have seen the same issue on my projects for a few minutes. I would prefer not to have to explicitly reference v1.0.0 in all my workflows...
unfortunately the previous version is called only "v1". Due to that v1.0.0 does not even work :(
Hi, I have seen the same issue on my projects for a few minutes. I would prefer not to have to explicitly reference v1.0.0 in all my workflows...
unfortunately the previous version is called only "v1". Due to that v1.0.0 does not even work :(
You can do @2faa66cfd1a1e8d02713b5df43a1f4da62872ec2
Same error, started happening today
Anyone know what commit was tagged "v1" before one hour ago ?
Sorry just saw 2faa66cfd1a1e8d02713b5df43a1f4da62872ec2, thx @bamarch
I am getting the same error with 2fa...
Run azure/docker-login@2faa66cfd1a1e8d02713b5df43a1f4da62872ec2
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module '@actions/core'
Hi, I have seen the same issue on my projects for a few minutes. I would prefer not to have to explicitly reference v1.0.0 in all my workflows...
unfortunately the previous version is called only "v1". Due to that v1.0.0 does not even work :(
You can do @2faa66cfd1a1e8d02713b5df43a1f4da62872ec2
Unfortunately this also does not seem to work. If you look under tags https://github.com/Azure/docker-login/tags it seems like the v1 tag is now also updated to the broken version v1.0.1
@BALAGA-GAYATRI Can you get eyes on this? quite likely to have broken a lot downstream
Ok, so my question is still valid :) Anyone know what commit was tagged "v1" before one hour ago ?
Can you please check now?
Anyone know what commit was tagged "v1" before one hour ago ?
Unclear what it was since the tags keep getting changed, seems like going back far enough in time is working:
https://github.com/Azure/docker-login/commit/7c3fbb89c5162a802bc3743389996c6a647bd5db
Can you please check now?
I've just ran using @v1
and it works in my environment, thank you for the quick attention
v1 is working now.
I have chacked v1.0.1 is also working now. Please re-run once and confirm
I have chacked v1.0.1 is also working now. Please re-run once and confirm
Thanks. Looks like it is fixed.
Since the new version a few minutes ago, we get the following error:
`node:internal/modules/cjs/loader:936 throw err; ^
Error: Cannot find module '@actions/core' Require stack: