Skip to content

chore: update workflow with new credential #9

chore: update workflow with new credential

chore: update workflow with new credential #9

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docker login
run: echo '${{ secrets.DOCKER_HUB_PASSWORD }}' | docker login --username ${{ secrets.DOCKER_HUB_USER }} --password-stdin
- name: Update Gemfiles
run: make gemfile
- name: Build and Release
run: make release-all