Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sovchinn on github.
  • I am sovchinn (https://keybase.io/sovchinn) on keybase.
  • I have a public key ASBXGa9Hmgj8RSkJVIhAffkWwswVVbgqenlevyqu1cpEcgo

To claim this, I am signing this object:

@sovchinn
sovchinn / .gitlab-ci.yaml
Last active May 26, 2024 17:46
golang scratch docker builder - gitlab ci yaml
# Review and update variables in each stage as needed
# Pipeline uses gitlab k8 integration and a couple of custom containers
## The code is based on the gitlab autodevops yaml
# The pipeline builds two docker images
## First image is for development using Ubuntu as base (so you can debug inside the container)
## Second image is for production built from scratch
# Currently only the dev stage is deployed
cache:
untracked: true