Skip to content

Commit

Permalink
Update Dockerfile and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
damaredayo committed Oct 21, 2023
1 parent bd41931 commit 82d0788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.64 AS chef
FROM lukemathwalker/cargo-chef:latest AS chef
WORKDIR /usr/src/black-mesa

FROM chef AS prepare
Expand Down

0 comments on commit 82d0788

Please sign in to comment.