Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/27dc8dc54de9aba0637ab7f6c38cc891 to your computer and use it in GitHub Desktop.
Save merltron-pa/27dc8dc54de9aba0637ab7f6c38cc891 to your computer and use it in GitHub Desktop.
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