Skip to content

Commit

Permalink
push autodok to public dockerhub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Feb 24, 2024
1 parent a8167f3 commit 8bd7fee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: login to docker hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ build:
cargo build --release

docker_build:
docker build . -t autodok
docker build . -t cars10/autodok:latest

docker_push:
docker tag autodok:latest ghcr.io/cars10/autodok:latest
docker push ghcr.io/cars10/autodok:latest
docker push cars10/autodok:latest

prod: docker_build docker_push
Empty file added README.md
Empty file.

0 comments on commit 8bd7fee

Please sign in to comment.