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 b756e4d commit 6cfaeaf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -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: hpe/oneview-ansible
registry: docker.io
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 6cfaeaf

Please sign in to comment.