Skip to content

Commit f94248a

Browse files
committed
fixes
1 parent 20d4708 commit f94248a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'v*'
77

88
env:
9-
REGISTRY: ghcr.io
109
MOVIES_IMAGE_NAME: 'cinema-movies'
1110

1211
jobs:

movies/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o
1111

1212
# build a small image
1313
FROM alpine:3.17.3
14-
LABEL language "golang"
15-
LABEL org.opencontainers.image.source https://github.com/mikebellcoder/microservices-docker-go-mongodb
14+
LABEL language="golang"
15+
LABEL org.opencontainers.image.source="https://github.com/mikebellcoder/microservices-docker-go-mongodb"
1616
COPY --from=builder /etc/passwd /etc/passwd
1717
COPY --from=builder --chown=elf:1000 /go/bin/cinema-movies /cinema
1818
USER elf

0 commit comments

Comments
 (0)