Skip to content

Commit 48c22f7

Browse files
committed
look like it's more a problem with rights
1 parent 5f7bd61 commit 48c22f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN go build \
2424

2525
FROM gcr.io/distroless/base
2626

27-
USER nobody:nobody
27+
# Error when writing in Environment Files
28+
#USER nobody:nobody
2829

2930
COPY --from=build-env /bin/app /
3031

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hf
120120
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
121121
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
122122
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
123-
github.com/guilhem/go-githubactions v0.3.1-0.20201217084449-e5a6aaabdaa7 h1:1DKIsdFr3u71l2ccXTbOClv7kRlvEsztA/OgFFp7CX0=
124-
github.com/guilhem/go-githubactions v0.3.1-0.20201217084449-e5a6aaabdaa7/go.mod h1:ugCoIFQjs7HxIwwYiY7ty6H9T+7Z4ey481HxqA3VRKE=
125123
github.com/guilhem/go-githubactions v0.3.1-0.20201217085855-6a1792838279 h1:mXTnhU8oylG2e+9DfqYM7UxdSQgZPtIRzdWYfBh2qEc=
126124
github.com/guilhem/go-githubactions v0.3.1-0.20201217085855-6a1792838279/go.mod h1:ugCoIFQjs7HxIwwYiY7ty6H9T+7Z4ey481HxqA3VRKE=
127125
github.com/guilhem/gofeed v1.0.1-0.20200518231152-db85dfc4ee46 h1:efRwt6EKZG/vbdqiwxS9P17UHaCeKnMmjFHDdABkx0o=

0 commit comments

Comments
 (0)