Skip to content

Commit

Permalink
from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed May 2, 2021
1 parent d63d529 commit bf85930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./src ./src

RUN cargo build --release

FROM alpine
FROM scratch

WORKDIR /app
COPY --from=RUST /tmp/target/release/cryptgeon .
Expand Down

0 comments on commit bf85930

Please sign in to comment.