We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d4708 commit f94248aCopy full SHA for f94248a
.github/workflows/release.yml
@@ -6,7 +6,6 @@ on:
6
- 'v*'
7
8
env:
9
- REGISTRY: ghcr.io
10
MOVIES_IMAGE_NAME: 'cinema-movies'
11
12
jobs:
movies/Dockerfile
@@ -11,8 +11,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o
# build a small image
13
FROM alpine:3.17.3
14
-LABEL language "golang"
15
-LABEL org.opencontainers.image.source https://github.com/mikebellcoder/microservices-docker-go-mongodb
+LABEL language="golang"
+LABEL org.opencontainers.image.source="https://github.com/mikebellcoder/microservices-docker-go-mongodb"
16
COPY --from=builder /etc/passwd /etc/passwd
17
COPY --from=builder --chown=elf:1000 /go/bin/cinema-movies /cinema
18
USER elf
0 commit comments