wss
This commit is contained in:
11
.github/workflows/docker-build.yml
vendored
11
.github/workflows/docker-build.yml
vendored
@@ -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" .
|
||||
|
||||
Reference in New Issue
Block a user