Last active
May 7, 2020 20:33
-
-
Save valkum/ac1b3970c1086f3e5fe64055e492f717 to your computer and use it in GitHub Desktop.
build sytest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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