Skip to content

Commit

Permalink
Changes for release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaChebrolu committed Jun 11, 2020
1 parent c23b8d7 commit 2151d07
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dockerimage.yml
@@ -0,0 +1,23 @@
name: Docker Image CI

on:
release:
types:
- created
jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
name: Check out code
- uses: mr-smithers-excellent/docker-build-push@v3
name: Build & push Docker image
with:
image: chharika/oneview-sdk-ruby
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 2151d07

Please sign in to comment.