diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b6f6816..73d2bab 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -64,16 +64,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v2 with: - context: ./ + context: . file: ./Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/beatsaber-overlay:latest - - - name: Run the image in a container - uses: addnab/docker-run-action@v3 - with: - image: ${{ secrets.DOCKERHUB_USERNAME }}/beatsaber-overlay:latest - run: | - echo "runing the docker image" - echo "Testing the nodejs app endpoints" - echo ${{ steps.docker_build.outputs.digest }}