Skip to content

Commit

Permalink
Temporary disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Oct 15, 2019
1 parent b070873 commit 22ec641
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Publish Docker image to GitHub Package Registry
on: [release]
jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Copy Repo Files
uses: actions/checkout@v1

- name: Publish Docker Image to GPR
uses: machine-learning-apps/gpr-docker-publish@master
id: docker
with:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: 'goreportcard-action'
DOCKERFILE_PATH: 'Dockerfile'
BUILD_CONTEXT: '.'
#name: Publish Docker image to GitHub Package Registry
#on: [release]
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
#
# - name: Copy Repo Files
# uses: actions/checkout@v1
#
# - name: Publish Docker Image to GPR
# uses: machine-learning-apps/gpr-docker-publish@master
# id: docker
# with:
# USERNAME: ${{ secrets.DOCKER_USERNAME }}
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
# IMAGE_NAME: 'goreportcard-action'
# DOCKERFILE_PATH: 'Dockerfile'
# BUILD_CONTEXT: '.'

0 comments on commit 22ec641

Please sign in to comment.