-
-
Save joshuapliatrio/1ea713d487a6f6a20a5db54bbe08e1d5 to your computer and use it in GitHub Desktop.
Use the release trigger to publish artifacts and update tags
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
| on: | |
| release: | |
| types: [published] | |
| jobs: | |
| publish_docker_image: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: | | |
| docker build -t my-image . | |
| docker push my-image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment