Skip to content

Commit

Permalink
add ARG for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Jun 21, 2024
1 parent d9f972c commit bdabc2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_db
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:bullseye-slim

ARG BRANCH

WORKDIR /app

COPY --from=ghcr.io/ambrosus/airdao-gov-user-binary:${BRANCH} /tmp/builder/target/release/airdao-gov-portal-db .
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile_mailer
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:bullseye-slim

ARG BRANCH

WORKDIR /app

COPY --from=ghcr.io/ambrosus/airdao-gov-user-binary:${BRANCH} /tmp/builder/target/release/airdao-gov-portal-mailer .
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile_verifier
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM debian:bullseye-slim

ARG BRANCH

WORKDIR /app

COPY --from=ghcr.io/ambrosus/airdao-gov-user-binary:${BRANCH} /tmp/builder/target/release/airdao-gov-user-verifier .
Expand Down

0 comments on commit bdabc2f

Please sign in to comment.