diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 87cfd95..21c4541 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -13,17 +13,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - # - name: Set up Go - # uses: actions/setup-go@v3 - # with: - # go-version: '1.23' - - # - name: Download dependencies - # run: go mod download - - # - name: Build - # run: go build -o server src/main.go - - name: Build Docker image run: | docker build -t "ghcr.io/jurajkubrican/knet/go-web-server:latest" . diff --git a/views/index.html b/views/index.html index 1061d49..0d920bc 100644 --- a/views/index.html +++ b/views/index.html @@ -45,7 +45,12 @@