goreleaser: disabled EC2_METADATA (workaround: https://github.com/actions/runner/issues/503)
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
15af341d8d
commit
b024d2ba39
@ -72,3 +72,4 @@ publishers:
|
|||||||
cmd: sh -c "echo {{ .Version }} | aws s3 cp - s3://dagger-io/dagger/latest_version"
|
cmd: sh -c "echo {{ .Version }} | aws s3 cp - s3://dagger-io/dagger/latest_version"
|
||||||
env:
|
env:
|
||||||
- PATH={{ .Env.PATH }}
|
- PATH={{ .Env.PATH }}
|
||||||
|
- AWS_EC2_METADATA_DISABLED=true
|
||||||
|
Reference in New Issue
Block a user