Skip to content

Instantly share code, notes, and snippets.

@f3man
Created August 7, 2021 09:41
Show Gist options
  • Save f3man/2ddc285737305db2e41da8857eb4cf49 to your computer and use it in GitHub Desktop.
Save f3man/2ddc285737305db2e41da8857eb4cf49 to your computer and use it in GitHub Desktop.
stages:
- build
.shared_windows_runners:
tags:
- shared-windows
- windows
- windows-1809
build-job:
stage: build
extends:
- .shared_windows_runners
script:
- docker build -t awesomedb:1.0 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment