Skip to content

try ko again

try ko again #28

Workflow file for this run

name: Deploy to Server
on:
push:
branches:
- compose2
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- uses: actions/checkout@v3
- uses: ko-build/[email protected]
- run: |
echo "${GITHUB_TOKEN}" | ko login https://ghcr.io --username thedmdim --password-stdin
ko build