Skip to content

Merge branch 'jdk-11' into 'master' (#268) #88

Merge branch 'jdk-11' into 'master' (#268)

Merge branch 'jdk-11' into 'master' (#268) #88

Workflow file for this run

name: Cloud Deployment
on:
push:
branches:
- master
paths:
- 'cloud/**'
- '.github/workflows/publish-cloud.yml'
jobs:
# Push an image.
# See also https://docs.docker.com/docker-hub/builds/
cloud_infrastructure_docker_push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: satackey/[email protected]
continue-on-error: true
- name: Push infrastructure images
working-directory: ./cloud/infrastructure
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login docker.io -u ${{ secrets.DOCKER_USER_NAME }} --password-stdin
./gradlew docker dockerPush