diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86087be..e8f6f6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/Makefile b/Makefile index c93c4f5..7b74284 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29