Skip to content

Commit

Permalink
Update DockerBuildPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iogbole committed Aug 17, 2020
1 parent 7eaa49b commit c2070ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/DockerBuildPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
jobs:
build_and_push_to_registry:
name: Push ConfigMyApp Docker image to Docker Hub
name: Build and Push ConfigMyApp Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand All @@ -16,9 +16,10 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD_CX }}
repository: appdynamicscx/configmyapp
tags: "latest"
tag_with_ref: true
dockerfile: docker/Dockerfile

DcokerImage-QA:
QA-DcokerImage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c2070ac

Please sign in to comment.