diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8a0ba15..1175092 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,8 +25,8 @@ jobs: - name: 🔑 🔐 Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ secrets.SITEWORX_USERNAME }} + password: ${{ secrets.SITEWORX_PASSWORD }} - name: 🏗️ 🔧 Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -39,4 +39,4 @@ jobs: platforms: linux/arm64,linux/amd64 context: . dockerfile: Dockerfile - tags: siteworxpro/gun-manager:${{ gitea.ref_name }} \ No newline at end of file + tags: scr.siteworxpro.com/gun-manager:${{ gitea.ref_name }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 62c8935..69b5ef2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea/ \ No newline at end of file +.idea/ +data/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0f7fad --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +```shell +docker run --rm \ + -v $(pwd)/data:/data \ + -p 8000:8000 \ + scr.siteworxpro.com/gun-manager:v1.0.0 -database /data/gun_inventory.sqlite +``` \ No newline at end of file