Created
May 7, 2020 10:55
-
-
Save merltron-pa/27dc8dc54de9aba0637ab7f6c38cc891 to your computer and use it in GitHub Desktop.
Example workflow used in this article: https://medium.com/@merlin.pav/cc1e2aacd9da?source=friends_link&sk=dcb39201c9d8bf917e1329af08ea1719
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: | |
- name: Checkout working branch | |
uses: actions/checkout@v1 | |
- name: Set Docker Registry | |
run: echo ::set-env name=DOCKER_REGISTRY::eu.gcr.io | |
- name: Set Docker Image | |
run: echo ::set-env name=DOCKER_IMAGE::${{ env.DOCKER_REGISTRY }}/acme-555555/backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment