This commit is contained in:
JurajKubrican
2024-12-30 22:12:50 +01:00
parent e7a353943c
commit 3839a3d74a
2 changed files with 11 additions and 14 deletions

View File

@@ -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" .