Skip to content

Bump corfu version to 0.4.2.1 (#269) #89

Bump corfu version to 0.4.2.1 (#269)

Bump corfu version to 0.4.2.1 (#269) #89

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