Skip to content

Commit

Permalink
migrate base images to github.com/etkecc/base
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 8, 2024
1 parent f8628e0 commit 707a689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.gitlab.com/etke.cc/base/build AS builder
FROM ghcr.io/etkecc/base/build AS builder

WORKDIR /app
COPY . .
RUN just build

FROM registry.gitlab.com/etke.cc/base/app
FROM ghcr.io/etkecc/base/app

COPY --from=builder /app/suae /bin/suae

Expand Down

0 comments on commit 707a689

Please sign in to comment.