Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Jan 16, 2025
1 parent bebe57f commit 0983891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION
FROM golang:${GOLANG_VERSION}-bullseye AS build

ARG TARGETOS TARGETARCH
Expand Down Expand Up @@ -83,7 +83,7 @@ COPY --from=build --chown=nobody:nogroup /src/release-please ./release-please
COPY --from=build --chown=nobody:nogroup /src/pkg/db/migration ./pkg/db/migration

COPY --from=build --chown=nobody:nogroup /${SERVICE_NAME}-migrate ./
COPY --from=build --chown=nobody:nogroup /${SERVICE_NAME}-init ./
COPY --from=build --chown=nobody:nogroup /${SERVICE_NAME}-init ./z
COPY --from=build --chown=nobody:nogroup /${SERVICE_NAME}-worker ./
COPY --from=build --chown=nobody:nogroup /${SERVICE_NAME} ./

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.23.4
ARG GOLANG_VERSION
FROM golang:${GOLANG_VERSION}-bullseye

ARG SERVICE_NAME
Expand Down

0 comments on commit 0983891

Please sign in to comment.