diff --git a/.github/workflows/docker-image-testnet.yml b/.github/workflows/docker-image-testnet.yml new file mode 100644 index 0000000..f1ec73c --- /dev/null +++ b/.github/workflows/docker-image-testnet.yml @@ -0,0 +1,30 @@ +name: Docker Image TESTNET + +on: + workflow_dispatch + +jobs: + + build: + + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v3 + - + name: Login to Docker Hub + uses: docker/login-action@v2 + with: + username: lamer1 + password: ${{ secrets.DOCKER_ACCESS_TOKEN }} + - + name: Build and push + uses: docker/build-push-action@v4 + with: + context: . + push: true + tags: lamer1/kaspa-socket-server:testnet + file: ./docker/Dockerfile + build-args: | + version=${{github.ref_name}}