Skip to content

Commit

Permalink
#605 rust docker base image buster
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 3, 2023
1 parent 703cb70 commit 53a77cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docker image
name: Docker

on:
workflow_dispatch:
Expand All @@ -13,9 +13,7 @@ on:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
# See https://github.com/atomicdata-dev/atomic-data-rust/issues/499
# if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
name: Build Docker images and push to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM frolvlad/alpine-rust:latest as builder
FROM rust:1.67-buster as builder
WORKDIR /app
COPY . .
RUN cargo build --release --bin atomic-server
Expand Down

0 comments on commit 53a77cd

Please sign in to comment.