Skip to content

Commit ca5be7c

Browse files
committed
remove dockerisation
1 parent ac51a59 commit ca5be7c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/go.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
- name: Build
2828
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs=false -o main
2929

30-
- name: Build and push Docker image
31-
uses: docker/build-push-action@v4
32-
with:
33-
push: true
34-
context: .
35-
file: Dockerfile
36-
tags: zopdev/static-server
37-
3830
release_package:
3931
if: ${{ startsWith(github.ref, 'refs/tags/v')}}
4032
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)