Skip to content

Instantly share code, notes, and snippets.

@valkum
Last active May 7, 2020 20:33
Show Gist options
  • Save valkum/ac1b3970c1086f3e5fe64055e492f717 to your computer and use it in GitHub Desktop.
Save valkum/ac1b3970c1086f3e5fe64055e492f717 to your computer and use it in GitHub Desktop.
build sytest
steps:
- label: "Build SyTest container"
command:
- docker build -f docker/base.Dockerfile -t "docker.pkg.github.com/valkum/valkum/sytest:latest" .
- docker push "docker.pkg.github.com/$GITHUB_REPOSITORY/sytest:latest
- docker build -f docker/conduit.Dockerfile -t "docker.pkg.github.com/valkum/valkum/sytest-conduit:latest" .
- docker push "docker.pkg.github.com/$GITHUB_REPOSITORY/sytest-conduit:latest
plugins:
- docker-login#v2.0.1:
username: valkum
server: docker.pkg.github.com
retry:
automatic:
- exit_status: -1
limit: 2
- exit_status: 2
limit: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment