This commit is contained in:
BuckarooBanzay 2023-09-20 19:36:45 +02:00
parent fde3d41124
commit 1c1883c555

View File

@ -46,6 +46,5 @@ jobs:
- name: Build and push latest docker image
if: success() && github.ref == 'refs/heads/main'
run: |
CGO_ENABLED=0 go build -ldflags="-s -w -extldflags=-static"
docker build . -t ghcr.io/buckaroobanzay/minetest-web:latest
docker push ghcr.io/buckaroobanzay/minetest-web:latest